- Issue created by @bnjmnm
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
- π΅π±Poland salmonek
That's an issue of a
position: absolute;
element inside aoverflow: hidden;
container. Similar to this https://front-back.com/how-to-make-absolute-positioned-elements-overlap-... but much more complicated. For the dropdown bar a relative element is a hamburger button in primary bar and theoverflow: hidden;
elements are much higher in the DOM tree.The sticky toolbar is on the other hand a
position: fixed;
element so it is not contrained by parents withoverflow: hidden;
There is a related issue on CKEditor's github, but unfortunately "Open". There is a workaround, but works only with chromium browsers: https://developer.mozilla.org/en-US/docs/Web/CSS/anchor-name
I wonder if there is a possibility to write a custom plugin that will make the toolbar fixed by default and calculate the proper position relative to the hamburger.
BTW there is same issue for layout builder: https://www.drupal.org/project/drupal/issues/3328095 π CKEditor 5 toolbar overflow can become unusable in Off canvas Needs review