Skip to content

Commit 8ba43be

Browse files
ljt990218cwandev
andauthored
chore: Hide the toolbar when page scroll (#94)
* style: Page scrolling style * chore: Keep overflow-y-auto --------- Co-authored-by: Charlie Wang ✨ <18888351756@163.com>
1 parent 49f6c7d commit 8ba43be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/styles/app.less

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@ html.dark {
1414
color-scheme: dark;
1515
}
1616

17-
body {
18-
overflow: hidden;
19-
}
20-
2117
#app {
2218
height: 100vh;
2319
// Dynamic Viewport Units
2420
height: 100dvh;
2521
position: relative;
26-
overflow-x: hidden;
2722
}
2823

2924
::-webkit-scrollbar {

0 commit comments

Comments
 (0)