Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghao1993 committed Jan 2, 2025
2 parents 997c975 + 6f6b703 commit ddf9cc6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/ui/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,14 @@ header {
background-size: 100% 3px;
background-position: 0 100%;
}

:root {
overflow-y: auto;
overflow-x: hidden;
}

body {
position: absolute;
width: 100vw;
overflow: hidden;
}

0 comments on commit ddf9cc6

Please sign in to comment.