Skip to content

Commit 05e53a4

Browse files
committed
Fix settings modal overlay blocking clicks and input focus
1 parent 46790a9 commit 05e53a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ input, textarea {
260260
mask-composite: exclude;
261261
opacity: 0;
262262
transition: opacity 0.4s var(--ease-out);
263+
pointer-events: none;
263264
}
264265

265266
.qm-glass-card:hover::before {

0 commit comments

Comments
 (0)