Merge pull request #1975 from nightcityblade/fix/issue-1973

Thanks @nightcityblade for the quick fix! Clean and straightforward CSS change.
This commit is contained in:
Nasrin
2026-05-25 11:59:25 +02:00
committed by GitHub

View File

@@ -115,8 +115,9 @@
font-family: var(--font-primary);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
width: 320px;
max-height: 500px;
color: #e8e9ed;
overflow: hidden;
overflow-y: auto;
pointer-events: auto; /* Ensure clicks work */
}