mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
🐛 Fixed incorrect modal heights
closes https://github.com/TryGhost/Ghost/issues/14416
refs 1357390ac5
- after switching to a proper package version of our `ember-promise-modals` fork the addon's CSS was injected into the vendor file causing conflicts with our own modal styling
- added `align-items: unset` style override on `.epm-modal-container` so we're not fighting the addon's default `align-items: center;` style
This commit is contained in:
parent
1357390ac5
commit
9ab2f5dd3e
@ -59,6 +59,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
overflow: auto;
|
||||
align-items: unset;
|
||||
}
|
||||
|
||||
.epm-animating .epm-modal-container {
|
||||
|
Loading…
Reference in New Issue
Block a user