Skip to content

Commit e84ba2e

Browse files
fix toolbox bar z index
1 parent b692741 commit e84ba2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_infobar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ body > .content {
5050

5151
// Dropdowns appear over the "Welcome to Reddit" banner and comment field
5252
// placeholder when logged out
53-
z-index: 3;
53+
// 103 z-index to put it over toolbox's own bar
54+
z-index: 103;
5455

5556
// Dropdowns
5657
> p {

0 commit comments

Comments
 (0)