Spaces:
Sleeping
Sleeping
Update web/src/styles/globals.css
Browse files
web/src/styles/globals.css
CHANGED
|
@@ -233,3 +233,7 @@ html {
|
|
| 233 |
.dark .panelScroll::-webkit-scrollbar-thumb {
|
| 234 |
background: rgba(255, 255, 255, 0.22);
|
| 235 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
.dark .panelScroll::-webkit-scrollbar-thumb {
|
| 234 |
background: rgba(255, 255, 255, 0.22);
|
| 235 |
}
|
| 236 |
+
|
| 237 |
+
html, body, #root {
|
| 238 |
+
height: 100%;
|
| 239 |
+
}
|