0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Remove pointer-events: none; on modal container

Closes #38
This commit is contained in:
Paul Adam Davis 2014-06-20 14:54:06 +01:00
parent fe6e6c8751
commit 65f7da8365
2 changed files with 1 additions and 3 deletions

View file

@ -21,7 +21,6 @@
overflow-x: auto;
overflow-y: scroll;
z-index: 1040;
pointer-events: none;
@include transition(all 0.15s linear 0s);
@include transform(translateZ(0));
}
@ -58,7 +57,6 @@
z-index: 1050;
pointer-events: auto;
@media (max-width: 800px) {
width: auto;
padding: 10px;

File diff suppressed because one or more lines are too long