-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Bug]: C4A Assistant overflow #1973
Copy link
Copy link
Open
Labels
⚙ DoneBug fix, enhancement, FR that's completed pending releaseBug fix, enhancement, FR that's completed pending release🐞 BugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
⚙ DoneBug fix, enhancement, FR that's completed pending releaseBug fix, enhancement, FR that's completed pending release🐞 BugSomething isn't workingSomething isn't working
crawl4ai version
1.3.0
Expected Behavior
I found a problem with C2A Assistant but the repo of the plugin is not public so I put it here.
When selecting elements with Click2Crawl tool bar, it is easy to get overflow in the window of explorer.
Just add
max-length: 500px; overflow-y: auto;and commentoverflow: hidden;of classc4ai-toolbarin content/overlay.css will fix this.Current Behavior
When selecting elements with Click2Crawl tool bar, it is easy to get overflow in the window of explorer.
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
macOS
Python version
3.8
Browser
Chrome
Browser version
No response
Error logs & Screenshots (if applicable)
No response