[auto] raise settings z-index above calibration overlay
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>main
parent
315e9035e3
commit
ab03388afc
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue