Skip to content

Commit 974e9db

Browse files
authored
Update QRCard qr's z-index to be less arbitrary (#14274)
1 parent 160cb5e commit 974e9db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/amo/components/QRCard/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
.QRCard-qr-wrapper {
3636
position: absolute;
37-
z-index: 10;
37+
z-index: 2;
3838
width: 35%;
3939
min-width: 76px;
4040
transform: translate(-2.5px, -8px);

0 commit comments

Comments
 (0)