quill
quill copied to clipboard
Problem with the color selection window going off the screen
Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and forth. Providing a minimal, complete and verifiable example will further increase your chances that someone can help.
Steps for Reproduction
Font color icon click
Expected behavior:
The color picker shouldn't go beyond the screen
Actual behavior: The color window is offscreen.
Platforms: CHROME
Include browser, operating system and respective versions
Version: 2.0.2
Is this a bug?
Run Quill.version to find out
How about bounds?
You can set bounds to the same value as the first argument of Quill constructor.
new Quill(arg1,{bounds:arg1})
I resolved a similar problem #4256 in this way.
You can set bounds to the same value as the first argument of Quill constructor.
new Quill(arg1,{bounds:arg1})I resolved a similar problem #4256 in this way.
I tried that but it didn't solve the problem.