Skip to content

Commit

Permalink
fix(overflow-menu): update size of top menu options pseudo-element
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns committed Nov 12, 2019
1 parent b2b8e5f commit 640eaf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
}

.#{$prefix}--overflow-menu-options[data-floating-menu-direction='top']::after {
bottom: rem(-6px);
bottom: rem(-8px);
left: 0;
width: rem(32px);
height: rem(6px);
height: rem(8px);
}

.#{$prefix}--overflow-menu-options[data-floating-menu-direction='left']::after {
Expand Down

0 comments on commit 640eaf5

Please sign in to comment.