Skip to content

Commit

Permalink
PATCH: fix: select z-index (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: NicolasRichel <nicolas@bimdata.io>
  • Loading branch information
NicolasRichel and NicolasRichel authored Jul 8, 2022
1 parent d679124 commit 248367a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BIMDataComponents/BIMDataSelect/BIMDataSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
width: 100%;
height: 32px;
position: absolute;
z-index: 10;
z-index: 1;
top: 0;

display: flex;
Expand Down Expand Up @@ -69,7 +69,7 @@

&__option-list {
position: absolute;
z-index: 11;
z-index: 2;
top: -3px;
width: 100%;
max-height: 220px;
Expand Down

0 comments on commit 248367a

Please sign in to comment.