Skip to content

Commit

Permalink
Search: Fix hidden dropdrop #508
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 25, 2024
1 parent 11a3de1 commit cb8f21c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/components/SearchFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -601,26 +601,13 @@ $primary-color: map-get($theme-colors, "primary");
}
.form-group {
// Shows multi-select and datepicker components over map
position: relative;
z-index: 0;
> div {
margin-left: 1em;
}
> label {
font-weight: 600;
}
&.filter-collection,
&.filter-item-id,
&.filter-datetime,
&.additional-filters,
&.sort {
position: relative;
z-index: 1;
}
}
}
</style>
2 changes: 2 additions & 0 deletions src/theme/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ body {
height: 350px;
background-color: transparent;
@include border-radius($border-radius);
position: relative;
z-index: 0;
}

h1 {
Expand Down

0 comments on commit cb8f21c

Please sign in to comment.