Skip to content

Commit fd08fe8

Browse files
fix(authorization): increase backdrop z-index (#10831)
1 parent 095ee75 commit fd08fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@
685685
padding: 15px 0;
686686
position: sticky;
687687
top: 0;
688-
z-index: 1;
688+
z-index: 9999;
689689

690690
background: $scheme-container-background-color;
691691
box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color, 0.15);

0 commit comments

Comments
 (0)