Skip to content

Commit

Permalink
PATCH: add z-index for active bimdata-select into bcf form (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle authored Sep 12, 2023
1 parent b269d82 commit 5a02e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/bcf-topic-form/BcfTopicForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
.bimdata-select {
margin: 30px 0;
font-size: 13px;
&.active {
z-index: 3;
}
}
:deep(.bimdata-input) {
input {
Expand Down

0 comments on commit 5a02e54

Please sign in to comment.