Optimize stylesheet in HideScrollbar

This commit is contained in:
2023-09-10 11:43:50 +08:00
parent 2a6c478620
commit e225194c14
2 changed files with 15 additions and 18 deletions

View File

@@ -1,15 +1,10 @@
body {
.hide-scrollbar-mask {
width: 100%;
height: 100%;
overflow: hidden;
}
#root {
height: 100vh;
width: 100vw;
}
#hide-scrollbar {
.hide-scrollbar-selection {
position: relative;
height: 100vh;
width: 100vw;
overflow: scroll;
}