Browse Source

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

Kristian Vos 3 years ago
parent
commit
5020b984d7
1 changed files with 4 additions and 0 deletions
  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;