Fix flyover button clickability and camera positioning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user