From b30074d062c5897fa5819662c41eef283ffce2aa Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 10 Apr 2024 15:50:59 +0200 Subject: [PATCH] 13450-Fix select2 in dashboards with dark theme --- pandora_console/include/styles/dashboards.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora_console/include/styles/dashboards.css b/pandora_console/include/styles/dashboards.css index fb53e37c35..23f23aa386 100644 --- a/pandora_console/include/styles/dashboards.css +++ b/pandora_console/include/styles/dashboards.css @@ -994,3 +994,10 @@ input.resize_button { width: 100%; justify-content: center; } + +.select2-container.select2-container--default.select2-container--open { + z-index: 999999; +} +.select2-search__field { + box-sizing: border-box !important; +}