Browse Source

No more height css calc for app-navigation children

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v12.0.0beta1
John Molakvoæ (skjnldsv) 7 years ago
parent
commit
4e91759825
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      core/css/apps.scss

+ 2
- 0
core/css/apps.scss View File

-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
border-right: 1px solid #eee; border-right: 1px solid #eee;
display: flex;
flex-direction: column;
> ul { > ul {
position: relative; position: relative;
height: 100%; height: 100%;

Loading…
Cancel
Save