Commit 2f7a04c2 authored by Willard's avatar Willard

Fix unusual vertical height behavior

parent 151189cc
......@@ -76,7 +76,6 @@ button:active {
.flash-container {
position: fixed;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
......@@ -85,7 +84,6 @@ button:active {
.flex-container {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
......@@ -94,7 +92,6 @@ button:active {
.dashboard-container {
width: 60vw;
height: 100vh;
display: flex;
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