From 1855a7da150b1179e8ad6bb8b6bdb102c0594579 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sun, 21 Jul 2019 10:44:52 +0200 Subject: [PATCH] fixing menu z-index --- frontend/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/styles.css b/frontend/styles.css index 1248c206..a3bb5ce2 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -16,3 +16,7 @@ #toast-container > div { opacity:1; } + +bs-dropdown-container { + z-index: 1; +}