fix: Search button would stay on top of sidepanel when it was open.
This commit is contained in:
@@ -177,7 +177,7 @@ a.toggle, a img.toggle {
|
||||
height: 275px;
|
||||
width: 0;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background-color: #111;
|
||||
|
||||
Reference in New Issue
Block a user