mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 20:51:48 +02:00
🐛 Fix overscroll behavior
This commit is contained in:
parent
8372d58b23
commit
67a5dabdf0
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
@apply border-border;
|
||||
}
|
||||
body {
|
||||
@apply text-foreground bg-gray-100 overscroll-none;
|
||||
@apply text-foreground bg-gray-100;
|
||||
font-feature-settings: "rlig" 1, "calt" 1;
|
||||
}
|
||||
html {
|
||||
@apply h-full font-sans text-base overflow-hidden text-gray-700;
|
||||
@apply h-full font-sans text-base text-gray-700;
|
||||
}
|
||||
body #__next {
|
||||
@apply h-full;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue