fix: Search button would stay on top of sidepanel when it was open.

This commit is contained in:
2025-01-18 09:05:07 -05:00
parent d8328314ed
commit 9efd920456
7 changed files with 62 additions and 166 deletions

View File

@@ -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;