flyntwp / flynt

Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
https://flyntwp.com
MIT License
734 stars 84 forks source link

fix(FeatureFlexibleContentExtension): add component tooltip positioning #501

Closed aaronmeder closed 1 year ago

aaronmeder commented 1 year ago

Resolves issue mentioned here for me: https://github.com/flyntwp/flynt/discussions/499 Works locally in Firefox and Chrome.

Previously the tooltip could be positioned out of view when there's a scrollbar:

Bildschirmfoto 2023-08-04 um 10 28 11

This is most likely my first direct code commit to an open source project through Github btw...hope everything is fine in terms of the way how it's done 😉 Changing one character seems like a good start 😛

timohubois commented 1 year ago

@aaronmeder we merged your PR – many thanks for the fix!