Skip to content

Commit c3c71ff

Browse files
committed
Increased z-index due to Yii2 debug ribbon
1 parent 923a8f3 commit c3c71ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/scroll-top.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
bottom: 10px;
1010
right: 15px;
1111
display: none;
12-
z-index: 99999;
12+
z-index: 9999999; // needed to place it on top of the Yii2 Debug ribbon!
1313
text-align: center;
1414
}
1515

0 commit comments

Comments
 (0)