Skip to content

Commit

Permalink
Increased z-index due to Yii2 debug ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezed committed Jul 10, 2015
1 parent 923a8f3 commit c3c71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/scroll-top.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
bottom: 10px;
right: 15px;
display: none;
z-index: 99999;
z-index: 9999999; // needed to place it on top of the Yii2 Debug ribbon!
text-align: center;
}

Expand Down

0 comments on commit c3c71ff

Please sign in to comment.