Skip to content

Commit

Permalink
Fix flickering issue when hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Feb 12, 2024
1 parent 35ddfd7 commit a812fb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
position: absolute;
overflow: hidden;
background: var(--als-active-indicator-color);
pointer-events: none;

--als-active-indicator-height: 32px;

Expand Down

0 comments on commit a812fb1

Please sign in to comment.