Skip to content

Commit

Permalink
[tree-select-dropdown] Update layer composition
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jul 18, 2024
1 parent f5e95ff commit cfba426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/re_com/theme/default.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
:user-select "none"
#_#_:width "100%"
:z-index (case (:openable state)
:open 99999 nil)}}
:open 20 nil)}}

::dropdown/backdrop
{:class "noselect"
Expand All @@ -109,7 +109,7 @@
:height "100%"
#_#_:pointer-events "none"
:z-index (case (:openable state)
:open 99998 nil)}}
:open 10 nil)}}

::dropdown/body-wrapper
{:ref (:ref state)
Expand Down

0 comments on commit cfba426

Please sign in to comment.