[auto] raise settings z-index above calibration overlay

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-11 18:14:59 -07:00
parent 315e9035e3
commit ab03388afc
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
position: fixed;
top: 16px;
right: 16px;
z-index: 100;
z-index: 300;
width: 44px;
height: 44px;
border-radius: 50%;
@ -22,7 +22,7 @@
position: fixed;
top: 0;
right: 0;
z-index: 99;
z-index: 299;
width: 320px;
height: 100%;
background: rgba(0, 0, 0, 0.85);