Skip to content

Commit 80ee23c

Browse files
authored
fix(styles): assign relative position to expandable tile (#10064)
1 parent 6656a63 commit 80ee23c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/components/src/components/tile/_tile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
}
167167

168168
.#{$prefix}--tile--expandable {
169+
position: relative;
169170
overflow: hidden;
170171
width: 100%;
171172
border: 0;

packages/styles/scss/components/tile/_tile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
}
163163

164164
.#{$prefix}--tile--expandable {
165+
position: relative;
165166
overflow: hidden;
166167
width: 100%;
167168
border: 0;

0 commit comments

Comments
 (0)