From 55f67ff7e7f22f145cb873edbc96bcf0d76a5e4f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 7 Sep 2017 02:45:12 +0200 Subject: [PATCH] Fix active entry highlight in certain apps Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index bbf72f45c5..6449bb7472 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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;