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:
@@ -39,7 +39,7 @@ div.sidebar-header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-dropdown-content {
|
.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 bg-def-1 rounded-bl-md rounded-br-md;
|
||||||
@apply border border-def-2;
|
@apply border border-def-2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user