Skip to content

Commit

Permalink
Temporarily fix context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Feb 28, 2020
1 parent dcaab4c commit 8575def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/eui-amsterdam/global_styling/mixins/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@include euiBottomShadowSmall;
background-color: $euiColorEmptyShade;
border: none;
border: 1px solid transparent; // Hack for now to ensure popovers still work
border-radius: $euiBorderRadius;
flex-grow: 1;

Expand Down

0 comments on commit 8575def

Please sign in to comment.