Skip to content

Commit

Permalink
fix scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
WildXBird committed Jul 7, 2022
1 parent 157ad4c commit e9a12c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/global.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

html {
height: 100%;
overflow: hidden;
}

.title {
background: rgb(121, 242, 157);
}
Expand Down

0 comments on commit e9a12c1

Please sign in to comment.