Commit 2f7a04c2 authored by Willard's avatar Willard

Fix unusual vertical height behavior

parent 151189cc
...@@ -76,7 +76,6 @@ button:active { ...@@ -76,7 +76,6 @@ button:active {
.flash-container { .flash-container {
position: fixed; position: fixed;
width: 100vw; width: 100vw;
height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
...@@ -85,7 +84,6 @@ button:active { ...@@ -85,7 +84,6 @@ button:active {
.flex-container { .flex-container {
width: 100vw; width: 100vw;
height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
...@@ -94,7 +92,6 @@ button:active { ...@@ -94,7 +92,6 @@ button:active {
.dashboard-container { .dashboard-container {
width: 60vw; width: 60vw;
height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment