Skip to content

Commit

Permalink
Merge pull request #10447 from nextcloud/contactsmenu-height-fix
Browse files Browse the repository at this point in the history
Fix contactsmenu overflow
  • Loading branch information
rullzer authored Jul 30, 2018
2 parents 566800b + fa54668 commit d29e86b
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 d29e86b

Please sign in to comment.