From c2523b141c8f551bf7bdb9ef4c9ac852a04314ec Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sat, 6 Jul 2024 22:41:54 -0400 Subject: [PATCH] =?UTF-8?q?fix(dropdown):=20=F0=9F=90=9B=20dropdown=20butt?= =?UTF-8?q?on=20should=20be=20above=20the=20backdrop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/skins.citizen.styles/components/Dropdown.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/skins.citizen.styles/components/Dropdown.less b/resources/skins.citizen.styles/components/Dropdown.less index 1ce79b7a..4f31826e 100644 --- a/resources/skins.citizen.styles/components/Dropdown.less +++ b/resources/skins.citizen.styles/components/Dropdown.less @@ -56,6 +56,9 @@ } > .citizen-dropdown-summary { + /* Make button visible above backdrop */ + position: relative; + z-index: 1; background-color: var( --background-color-button-quiet--active ); &:hover {