Procházet zdrojové kódy

Fixed issue where main page could be scrolled while modal was open

Kristian Vos před 3 roky
rodič
revize
5020b984d7
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      frontend/dist/index.css

+ 4 - 0
frontend/dist/index.css

@@ -134,6 +134,10 @@ body {
 	position: relative;
 }
 
+#root {
+	height: 100%;
+}
+
 .content-wrapper {
 	/* padding: 60px 0 calc(230px + 60px) 0; */
 	padding-top: 60px;