spatie-support-bubble__container overlaps scrollbars #26
-
I'm raising this as a separate discussion as it kind of got lost at the end of #13 and is both different and, I think, still unresolved. Looking in more depth, the issue is now not that the "spatie-support-bubble" top level div masks the scrollbar (mouse events pass through its margin) but the initial position of "spatie-support-bubble__container" which is mainly off-canvas still leaves its padding over the scroll bar rendering it unusable where it does:
Of course, setting pointer events to none on the container fixes that issue but then nothing works inside the form! I think we need to find a way for it to be fully off-canvas when not shown. The other solution is to set pointer-events-none on this container and then pointer-events-auto on "spatie-support-bubble__form" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
resolved by #27 now merged in :) |
Beta Was this translation helpful? Give feedback.
resolved by #27 now merged in :)