From 81d5be91adf4d8274b6c2b19945ac6267b94c6b2 Mon Sep 17 00:00:00 2001 From: Kimsible Date: Wed, 21 Jul 2021 13:09:06 +0200 Subject: [PATCH] Define a z-index for dropup --- client/src/sass/bootstrap.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index dbe206d05..586f558fe 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -59,7 +59,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; } /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ -.dropdown { +.dropdown, +.dropup { z-index: z(dropdown) !important; }