fake statusbars: Set z-index with !important

This commit is contained in:
MrOtherGuy
2025-03-15 06:57:31 +02:00
parent d5ce957c83
commit 97b4bf22cf
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ See the above repository for updates as well as full license text. */
#statuspanel{
color: lightpink; /* color used to indicate insecure http:// links */
z-index: -1;
z-index: -1 !important;
visibility: visible !important;
opacity: 1 !important;
}

View File

@@ -64,7 +64,7 @@ See the above repository for updates as well as full license text. */
#statuspanel{
color: lightpink;
z-index: -1;
z-index: -1 !important;
inset-inline: 0 auto !important;
padding-top: 0 !important;
}