Skip to content

Commit 085824c

Browse files
daveyhollercchaos
authored andcommitted
Fixing shadows on flyouts.
1 parent a2e9bdb commit 085824c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.euiFlyout {
2+
clip-path: polygon(-10% 1px, 100% 1px, 100% 100%, -10% 100%);
3+
}

src/themes/eui-amsterdam/overrides/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import 'button';
22
@import 'button_empty';
33
@import 'button_group';
4+
@import 'flyout';
45
@import 'header';
56
@import 'image';
67
@import 'modal';

0 commit comments

Comments
 (0)