Fix flyover button clickability and camera positioning

This commit is contained in:
(jenkins)
2026-03-16 23:35:22 +00:00
parent 8be3e04803
commit 259fdf1e10
2 changed files with 73 additions and 6 deletions
+3 -6
View File
@@ -126,16 +126,13 @@
opacity: 0.8;
}
.disabled-controls input, .disabled-controls .action-btn {
.disabled-controls input {
pointer-events: none;
cursor: not-allowed;
}
.action-btn-secondary {
pointer-events: auto !important;
}
.setting-row button {
/* Allow action buttons and settings buttons to work even when locked */
.action-btn, .action-btn-secondary, .setting-row button {
pointer-events: auto !important;
}