diff options
author | Rello <Rello@users.noreply.github.com> | 2022-09-15 17:03:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 17:03:03 +0200 |
commit | 5b421e6de2f833d8be990452f0bb136ded31f796 (patch) | |
tree | e9c886c2170fdad7c02af97448e1c06b72287c5a /core | |
parent | 02d55eb90fdc61137745c5e5b3d8c7330e0717c2 (diff) | |
download | nextcloud-server-5b421e6de2f833d8be990452f0bb136ded31f796.tar.gz nextcloud-server-5b421e6de2f833d8be990452f0bb136ded31f796.zip |
overview:hidden cutting menu
'overview: hidden' is cutting the app-navigation-entry-menu.
see https://user-images.githubusercontent.com/13385119/190428421-b6f08498-779e-4ee7-9518-7c6a68e890e4.png
Signed-off-by: Rello <Rello@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index ecec5023665..1561ab2cc6d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -179,7 +179,6 @@ kbd { margin: 0; margin-bottom: 3px; width: 100%; - overflow: hidden; border-radius: var(--border-radius-pill); /* Pinned-to-bottom entries */ |