Skip to content

Commit

Permalink
Fix incredibly bizarre cross-browser CSS bug
Browse files Browse the repository at this point in the history
- chrome, why??
  • Loading branch information
cee-chen committed Mar 21, 2024
1 parent 08cc7d1 commit 4715674
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@include euiOverflowShadow;
@include euiScrollBar;
overflow: auto;
position: relative; // Chrome/Edge loses its mind without this and doesn't render `mask-image` correctly

&:focus,
& > ul:focus {
Expand Down

0 comments on commit 4715674

Please sign in to comment.