Allowed pointer-events on prerview modal

This commit is contained in:
Rish 2019-11-15 11:27:49 +05:30
parent 6fe159c8d9
commit 8fb9710f33

View File

@ -12,9 +12,6 @@ html::-webkit-scrollbar {
html {
scrollbar-width: none;
}
body {
pointer-events: none !important;
}
`;
export default ModalComponent.extend({