Fix: Remove z-index from container styles and add z-index to settings button

This commit is contained in:
MasterAcnolo
2026-04-14 09:22:31 +02:00
parent c3ea1ac0bd
commit e0d017d9fd
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
left: 0; left: 0;
right: 0; right: 0;
padding: 1em; padding: 1em;
z-index: 1000;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;

View File

@@ -7,6 +7,7 @@
top: 60px; top: 60px;
right: 20px; right: 20px;
opacity: 0.8; opacity: 0.8;
z-index: 15;
background-color: var(--settings-button-bg-color); background-color: var(--settings-button-bg-color);
border-radius: 14px; border-radius: 14px;
padding: 8px; padding: 8px;