Skip to content

Commit

Permalink
Fix multiselect selection clicks to apply to right target (vufind-org…
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha authored Dec 17, 2024
1 parent 60900a4 commit 4d0e2d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/finna2/scss/finna/advanced-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,9 @@
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
> span {
pointer-events: none;
}
&.option-parent {
background-color: white;
z-index: 1;
Expand Down

0 comments on commit 4d0e2d1

Please sign in to comment.