Skip to content

Commit

Permalink
fix(elevation): remove containment (#1188)
Browse files Browse the repository at this point in the history
* fix(elevation): remove containment

* Update components/elevation/src/vwc-elevation.scss

Co-authored-by: yinon <yinon@hotmail.com>
  • Loading branch information
rachelbt and yinonov committed Jan 9, 2022
1 parent f02fd7d commit 57e40b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/elevation/src/vwc-elevation.scss
Expand Up @@ -28,5 +28,4 @@ $vvd-elevation-border-radius: --vvd-elevation-border-radius;
.vwc-elevation {
width: fit-content;
border-radius: var(#{$vvd-elevation-border-radius}, 6px);
contain: content;
}

0 comments on commit 57e40b3

Please sign in to comment.