Tiberium Posted December 27, 2023 Share Posted December 27, 2023 (edited) Hi, when I use the frontend editing, I have the problem that the editor menu-/symbol-bar are not on top of the text above. When I try to use the symbols over the text above, it will frontend edit the text above. Also, changing the text field to "normal" editor do not change that behavior - because in frontend edit, it always seems "inline". The solution for me was to add .tox-tinymce { z-index: 99; } to solve the issue. But this css come from the core and not from the module RockPageBuilder. So for the moment, I put this rule in my _main.php via the <style>-tag in the <head>, with an if statement (only render when user with edit access are on the frontend). Is it something that has to be "corrected" on upstream (the core inputfield), by the module, or did my frontend dev something that mess about it in the first place? PS: Also, I'm little unsure if this post belongs more in RockFrontend Forum? Edited December 27, 2023 by Denis Schultz It is solved Link to comment Share on other sites More sharing options...
bernhard Posted December 27, 2023 Share Posted December 27, 2023 Hi Denis, thx. That's already fixed in the latest version on the dev branch ? Sorry for the trouble! I'll merge that soon! 2 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now