mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
a3b2f2072a
no issue - liquid-fire containers (inserted by `{{#liquid-if}}`) have `overflow: hidden` applied which means the absolutely positioned tooltips that leave the container are clipped or in some cases not visible at all - adding `class="show-overflow"` to `{{#liquid-if}}` adds the class to the top-level `.liquid-container` element allowing us to alter the behaviour slightly in CSS by making use of the `.liquid-animating` class that is added whilst the animation is in progress. By only applying `overflow: hidden` whilst animating we can keep the reveal whilst eliminating the clipping when the animation finishes - does not work in all cases and can introduce jankiness in others where the visible overflow causes positioning changes |
||
---|---|---|
.. | ||
boxes.css | ||
buttons.css | ||
forms.css | ||
global.css | ||
icons.css | ||
labels.css | ||
navlist.css | ||
tables.css | ||
throbber.css |