Skip to content

Commit e9bc71d

Browse files
committed
fixing html bg color on over-scrolling
1 parent 2426f55 commit e9bc71d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
@import 'tailwindcss/base';
22
@import 'tailwindcss/components';
33
@import 'tailwindcss/utilities';
4+
5+
html {
6+
@apply bg-base-300 !important;
7+
}
8+
9+
body {
10+
@apply bg-base-100 !important;
11+
}

0 commit comments

Comments
 (0)