Skip to content

Commit

Permalink
fix(styles): assign relative position to expandable tile (#10064)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Nov 8, 2021
1 parent 6656a63 commit 80ee23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/tile/_tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
}

.#{$prefix}--tile--expandable {
position: relative;
overflow: hidden;
width: 100%;
border: 0;
Expand Down
1 change: 1 addition & 0 deletions packages/styles/scss/components/tile/_tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
}

.#{$prefix}--tile--expandable {
position: relative;
overflow: hidden;
width: 100%;
border: 0;
Expand Down

0 comments on commit 80ee23c

Please sign in to comment.