From 9bde7d9c470d71aa6f336c86405555aa86c0f9d6 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 3 Dec 2024 09:54:51 +0100 Subject: [PATCH] bootstrap-select: define z-index to be on top --- public_html/deployment/main_new_ui.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public_html/deployment/main_new_ui.css b/public_html/deployment/main_new_ui.css index 4a1cf682..ddf2fbc1 100644 --- a/public_html/deployment/main_new_ui.css +++ b/public_html/deployment/main_new_ui.css @@ -70,4 +70,9 @@ table.nomargin{ margin: 0; border: none; width: 100%;} table.nomargin th {padding: 0.3em;} #counter{border-bottom: 1px solid rgba(0,0,0,0.1); text-align: center; color: #aaa;margin-right: 0.5em; display: block; width: 5em; position: absolute; top: -7em; right: 0em;} -#counter div{background:#acc; height: 2px; transition: width 0.9s linear ; bottom: 0;} \ No newline at end of file +#counter div{background:#acc; height: 2px; transition: width 0.9s linear ; bottom: 0;} + +/* bootstrap-select plugin */ +.dropdown-menu.show { + z-index: 1100; +} \ No newline at end of file -- GitLab