Comment to 'Make Your Quill Editor Bar Sticky'
  • Umm, all things can be changed. And , as far as top bx-toolbar that auto hides and then shows it self, I corrected that by checking the attribute transformY and if it isn't -100% adding 48px to the top fixed value. This keeps it below the toolbar. (Also check must be <48).

    Still investiting a way for it to always work. Issue is element selector is too broad, and pages that have multiple editors, even hidden (like comments or other inputs) the check is off. Not sure about iOS, I'm an android guy. I am working on a solution.

    • I was talking about the double space issue LoneTreeLeaf brought up. It can be changed, I just don't feel like figuring it out. 😀

      As far as selector being too broad, yes. It would be nice if UNA core added more unique css selectors here and there. Is it just me or is it a trend in modern web development to not worry about unique selector names? Maybe it's because of the big frameworks used and/or because of flexbox design, or who knows.

      If I ever built a CMS from scratch (which I won't) I'd ensure there were unique CSS selectors all over the place. Every page would have a selector matching it's title or something. Every textarea would have a unique selector and common one. One can dream... 🛌