Ghost/ghost/admin/app/styles/patterns
Kevin Ansfield a3b2f2072a 🐛 Fixed clipped tooltips in member activity feed after showing all
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
2020-12-11 11:04:18 +00:00
..
boxes.css Added message box on Staff user page that indicates user is locked, and improved boxes naming and styling 2020-09-16 15:37:33 +02:00
buttons.css Moved members settings to new page (#1736) 2020-10-22 16:09:00 +05:30
forms.css Added email stats overview to member details page (#1795) 2020-12-09 13:26:00 +00:00
global.css 🐛 Fixed clipped tooltips in member activity feed after showing all 2020-12-11 11:04:18 +00:00
icons.css 💄 refactor setup screens to use ember-concurrency (#644) 2017-04-19 12:27:32 +02:00
labels.css 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
navlist.css 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
tables.css Switch to packaged version of Spirit (#985) 2018-04-03 11:52:18 +01:00
throbber.css Switch to packaged version of Spirit (#985) 2018-04-03 11:52:18 +01:00