lblod / frontend-embeddable-notule-editor

Frontend for an embeddable variant of the editor.
MIT License
1 stars 1 forks source link

fix: make the toolbar always stable #248

Closed abeforgit closed 7 months ago

abeforgit commented 7 months ago

Overview

This eliminates the need for the cssVariables hack and just always makes the toolbar stay at the top, except when growable is true

Uses a bit of css magic inline styles to force the overflow scrolling to only apply to the content div

connected issues and PRs:

Setup

How to test/reproduce

note that scrolling is now fixed without having to adjust the editor configs

Challenges/uncertainties

Checks PR readiness