Skip to content

Commit

Permalink
7399-clickableOverlay-less-fix - added pointer-events rule to .modal-…
Browse files Browse the repository at this point in the history
…popup class to let user click deeper than modals and reach to overlay's div in modal-wrapper div
  • Loading branch information
pmakowski authored and mageprince committed Jul 9, 2018
1 parent 6178786 commit 76ae28f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
}

.modal-popup {
pointer-events: none;

.modal-title {
.lib-css(border-bottom, @modal-title__border);
.lib-css(font-weight, @font-weight__light);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
}

.modal-popup {
pointer-events: none;

.modal-title {
.lib-css(border-bottom, @modal-title__border);
.lib-css(font-weight, @font-weight__light);
Expand Down

0 comments on commit 76ae28f

Please sign in to comment.