Replies: 1 comment
-
|
Also using Rich Content Editor with large content, and this is clearly annoying. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Panel builder
Package Version
v5.3.5
How can we help you?
Currently, my Rich Editor extends down the entire length of the page, basically as long as the content.
In another issue I seen on here, I copied the following CSS to limit it, this allows the toolbar to remain visible, happy days.
->extraInputAttributes(['style' => 'min-height: 20rem; max-height: 50vh; overflow-y: auto;'])However, when you open the blocks / merge tags, it stays at the top of the page still, and doesn't scroll with the text content.
What I need is a way for Blocks to follow the text content, problem is if you have a long article, and want to attach a block to a certain part of the content, you need to scroll all the way back up to pick one.
If anyone has figured out, that'd be great!
Beta Was this translation helpful? Give feedback.
All reactions