0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🐛 fix unclickable app after closing modal

no issue
- `liquid-wormhole` changed the class of it's default destination element which meant that one of our styles resulted in it overlaying the whole app and preventing anything from being clicked after closing a modal
This commit is contained in:
Kevin Ansfield 2017-03-01 17:30:46 +00:00
parent ad736c86f5
commit 60dc827e59

View file

@ -10,7 +10,7 @@
by moving the gh-app component functionality into the application component by moving the gh-app component functionality into the application component
which would remove the extra div that this targets. which would remove the extra div that this targets.
*/ */
body > .ember-view:not(.liquid-target-container) { body > .ember-view:not(.default-liquid-destination) {
height: 100%; height: 100%;
} }