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:
parent
ad736c86f5
commit
60dc827e59
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
by moving the gh-app component functionality into the application component
|
||||
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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue