diff options
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e4592ad9489..fd26f46bcdb 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -595,8 +595,7 @@ kbd { .bubble, .app-navigation-entry-menu, -.popovermenu, -.ui-datepicker { +.popovermenu { position: absolute; background-color: $color-main-background; color: nc-lighten($color-main-text, 20%); |