Skip to content

Commit c3fb9c5

Browse files
committed
fix: lower z-index of banneradv for improved stacking context
1 parent 54e1e4a commit c3fb9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/adv/components/AdvBanner.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
align-items: center;
1111
justify-content: center;
1212
max-width: 330px;
13-
z-index: 100;
13+
z-index: 1;
1414
margin: 0 auto;
1515
}
1616
.banneradv a {

0 commit comments

Comments
 (0)