SarahXia0405 commited on
Commit
1eaec96
·
verified ·
1 Parent(s): 08c005b

Update web/src/styles/globals.css

Browse files
Files changed (1) hide show
  1. web/src/styles/globals.css +4 -0
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
+ }