Skip to content

Commit

Permalink
* zin: fix style of tree menu in dropdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Mar 19, 2024
1 parent c83ac4f commit 8b82959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/dropdown/src/style/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
.dropdown > .menu-wrapper .menu-wrapper {
@apply -absolute;
}
.dropdown > .menu-wrapper.is-tree .menu-wrapper {
@apply -relative;
}

.is-contextmenu .is-nested-show > a:not(:hover) {
@apply -bg-primary-100;
Expand Down

0 comments on commit 8b82959

Please sign in to comment.