Skip to content

Commit 4715674

Browse files
committed
Fix incredibly bizarre cross-browser CSS bug
- chrome, why??
1 parent 08cc7d1 commit 4715674

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/selectable/selectable_list/_selectable_list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
@include euiOverflowShadow;
2222
@include euiScrollBar;
2323
overflow: auto;
24+
position: relative; // Chrome/Edge loses its mind without this and doesn't render `mask-image` correctly
2425

2526
&:focus,
2627
& > ul:focus {

0 commit comments

Comments
 (0)