Skip to content

Commit

Permalink
Fix overlapping widget actions
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Oct 19, 2023
1 parent 9978158 commit 21ce421
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ abbr {
-webkit-user-select: none;
}

.ww-widget:not(:focus-within) {
--ww-action-opacity: 0;
.ww-widget:not(:focus-within)::part(action) {
display: none;
}
}

Expand Down

0 comments on commit 21ce421

Please sign in to comment.