mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-08 21:51:49 +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;
|
@apply border-border;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
@apply text-foreground bg-gray-100 overscroll-none;
|
@apply text-foreground bg-gray-100;
|
||||||
font-feature-settings: "rlig" 1, "calt" 1;
|
font-feature-settings: "rlig" 1, "calt" 1;
|
||||||
}
|
}
|
||||||
html {
|
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 {
|
body #__next {
|
||||||
@apply h-full;
|
@apply h-full;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue