Skip to content

Commit

Permalink
Use calc() to dynamically calculate minimum height for #overlay
Browse files Browse the repository at this point in the history
It was @AkashBrave's idea; I just typed it up
  • Loading branch information
anonymoose2 committed Mar 2, 2019
1 parent 8889f50 commit ea55b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -39,6 +39,7 @@ body {
/* Overlay */
#overlay {
min-height: 80.7vh;
min-height: calc(100vh - 232px);
}
.overlay-main {
background-color: rgba(8, 103, 136, 0.8);
Expand Down

0 comments on commit ea55b5b

Please sign in to comment.