mirror of
https://github.com/unclecode/crawl4ai.git
synced 2026-06-10 15:58:15 +00:00
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:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user