Skip to content

Commit

Permalink
fix: add input-message-group popover specific rules to popper elements (
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Mar 6, 2020
1 parent 4476634 commit fd6d4cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/popover.scss
Expand Up @@ -224,7 +224,9 @@ $block: #{$fd-namespace}-popover;

&--input-message-group {
.#{$block}__body,
.#{$block}__body--no-arrow {
.#{$block}__body--no-arrow,
.#{$block}__popper,
.#{$block}__popper--no-arrow {
box-shadow: none;
border: none;
margin-top: -0.25rem;
Expand Down

0 comments on commit fd6d4cc

Please sign in to comment.