Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› fix unclickable app after closing modal
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kevinansfield committed Mar 1, 2017
1 parent c2a69ca commit ffa1afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/layouts/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}

Expand Down

0 comments on commit ffa1afb

Please sign in to comment.