Skip to content

Commit

Permalink
fix: Bumped the popover z-index (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-a-smith authored Apr 4, 2019
1 parent 56f0176 commit 9ca0f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $block: #{$fd-namespace}-popover;
$fd-popover-top-position-noarrow: 100% !default;
$fd-popover-left-position: 0 !default;
$fd-popover-border: solid 1px $fd-forms-border-color !default;
$fd-popover-z-index: map-get($fd-z-index-levels, "second") !default;
$fd-popover-z-index: map-get($fd-z-index-levels, "top") !default;
$fd-popover-background-color: fd-color(background, 2) !default;

$fd-popover-arrow-top-back: -9px !default;
Expand Down

0 comments on commit 9ca0f13

Please sign in to comment.