fix bottom margin on overlay

This commit is contained in:
Nicolas Constant 2019-08-10 23:59:09 -04:00
parent 798f8f404d
commit f02047a0bd
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $header-content: 40px;
&__content {
display: block;
width: calc(100%);
height: calc(100% - #{$header-content});
height: calc(100%);
}
&__title {
width: calc(100%);