Skip to content

Commit 48b9fc1

Browse files
committed
fix: Fix icon z-index issue (WWWD-2642)
1 parent f0112d2 commit 48b9fc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/bolt-icon/src/icon.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ bolt-icon {
77
transition: inherit;
88
width: 1em; // Default icon size if size prop not specified
99
height: 1em; // Default icon size if size prop not specified
10+
transform: translate3d(0, 0, 0); // Create a stacking context to scope internal z-index values.
1011

1112
&:not(:resolved){
1213
padding-bottom: 100%; // Default square icons

0 commit comments

Comments
 (0)