Skip to content

Commit

Permalink
Enable flex display settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePrior authored Apr 2, 2021
1 parent e18b919 commit 4f04440
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions auto_rx/autorx/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body {
}

.settings {
height: 100vh;
height: 100%;
width: 0;
position: fixed;
z-index: 1;
Expand All @@ -46,6 +46,9 @@ body {
transition: 0.5s;
padding-top: 20px;
text-align: centre;
flex: auto;
display: flex;
flex-direction: column;
}

.settings form {
Expand All @@ -64,7 +67,9 @@ body {
}

.scrollsettings {
height: 80vh;
flex: auto;
display: flex;
flex-direction: column;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
Expand Down Expand Up @@ -118,7 +123,6 @@ body {
color: white;
}


.footer {
font-size: 15px;
color: white;
Expand Down

0 comments on commit 4f04440

Please sign in to comment.