aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/Main.scss')
-rw-r--r--src/client/views/Main.scss10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss
index 134a4ac85..3b66160fb 100644
--- a/src/client/views/Main.scss
+++ b/src/client/views/Main.scss
@@ -5,7 +5,7 @@ html,
body {
width: 100%;
height: 100%;
- overflow: auto;
+ overflow: hidden;
font-family: $sans-serif;
margin: 0;
position: absolute;
@@ -27,7 +27,7 @@ div {
pointer-events: none;
border-radius: inherit;
position: inherit;
- background: inherit;
+ // background: inherit;
}
p {
@@ -38,7 +38,7 @@ p {
::-webkit-scrollbar {
-webkit-appearance: none;
height: 8px;
- width: 8px;
+ width: 20px;
}
::-webkit-scrollbar-thumb {
@@ -65,10 +65,6 @@ button:hover {
cursor: pointer;
}
-#root {
- overflow: visible;
-}
-
.svg-inline--fa {
vertical-align: unset;
} \ No newline at end of file