Skip to content

Commit

Permalink
Fix active entry highlight in certain apps
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Sep 7, 2017
1 parent 9959560 commit 55f67ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ kbd {
border-right: 1px solid nc-darken($color-main-background, 8%);
display: flex;
flex-direction: column;
> ul {
> ul,
.with-icon > ul {
position: relative;
height: 100%;
width: inherit;
Expand Down

0 comments on commit 55f67ff

Please sign in to comment.