Skip to content

Commit

Permalink
fix: add fix for button cutting on hover for Flexible Column Layout (#…
Browse files Browse the repository at this point in the history
…2189)

* fix: add fix for button cutting on hover for Flexible Column Layout

* [ci visual]
  • Loading branch information
InnaAtanasova committed Mar 9, 2021
1 parent e9a95d6 commit 1a0d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flexible-column-layout.scss
Expand Up @@ -4,7 +4,6 @@
$block: #{$fd-namespace}-flexible-column-layout;

.#{$block} {

$fd-column-layout-expand-decoration-image: var(--fdFlexibleColumnLayoutToggleImage);
$fd-toggle-button-height: 2rem;
$fd-toggle-button-width: 1.5rem;
Expand Down Expand Up @@ -57,6 +56,7 @@ $block: #{$fd-namespace}-flexible-column-layout;
min-width: $fd-toggle-button-width;
justify-content: center;
padding: 0;
z-index: 2;

@include fd-absolute-center();
}
Expand Down

0 comments on commit 1a0d95e

Please sign in to comment.