Skip to content

Commit

Permalink
Fix contactsmenu overflow
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jul 30, 2018
1 parent 566800b commit fa54668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ span.ui-icon {
}

.content {
max-height: calc(100% - $header-height);
max-height: calc(100% - #{$header-height});
height: 100%;
overflow-y: auto;

Expand Down

0 comments on commit fa54668

Please sign in to comment.