Merge pull request 'fix(ui): increase z index for sidebar dropdown' (#4481) from fix/sidebar-dropdown-z-index into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4481
This commit is contained in:
brianmcgee
2025-07-24 09:27:16 +00:00

View File

@@ -39,7 +39,7 @@ div.sidebar-header {
}
.sidebar-dropdown-content {
@apply flex flex-col w-full px-2 py-1.5;
@apply flex flex-col w-full px-2 py-1.5 z-10;
@apply bg-def-1 rounded-bl-md rounded-br-md;
@apply border border-def-2;