fix(app): enable dialog dismiss on model selector (dialog.tsx) (#10203)

This commit is contained in:
Rahul A Mistry
2026-01-23 16:25:00 +05:30
committed by GitHub
parent c130dd425a
commit e376e1de16
2 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
[data-slot="dialog-container"] {
position: relative;
@@ -41,6 +42,7 @@
max-height: 100%;
min-height: 280px;
overflow: auto;
pointer-events: auto;
/* Hide scrollbar */
scrollbar-width: none;