Skip to content

Commit a17b2a9

Browse files
committed
fix(try): add scroll overflow
1 parent cb7eaf2 commit a17b2a9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/app/globals.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,6 @@
190190
}
191191

192192
@layer utilities {
193-
html {
194-
overflow-y: scroll;
195-
scrollbar-gutter: stable;
196-
}
197-
198193
body {
199194
font-family: "Rubik", sans-serif;
200195
}
@@ -217,6 +212,7 @@
217212

218213
body {
219214
@apply bg-background text-foreground text-sm;
215+
overflow-y: scroll;
220216
}
221217

222218
/* ::selection {

0 commit comments

Comments
 (0)