Skip to content

Commit fd8588c

Browse files
fix: remove z-index on blockquote image
1 parent 1c67022 commit fd8588c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,9 @@ bolt-blockquote {
119119
}
120120

121121

122-
/**
123-
* 1. Workaround to address weird Safari bug w/ overflow + border radius
124-
* https://gist.github.com/adamcbrewer/5859738#gistcomment-2008691
125-
*/
126-
127122
// Attribution
128123
.c-bolt-blockquote__image {
129124
display: inline-block;
130-
position: relative; /* [1] */
131-
z-index: bolt-z-index('backgroundTop'); /* [1] */
132125
width: $bolt-blockquote-image-size;
133126
height: $bolt-blockquote-image-size;
134127
border-width: $bolt-blockquote-image-border-width;

0 commit comments

Comments
 (0)