Prevent user-select plugins modal window.

This commit is contained in:
Julia Radzhabova 2017-08-17 11:40:50 +03:00
parent 7624fb1d5d
commit 9412d9bf12

View file

@ -96,6 +96,10 @@
&.modal {
z-index: @zindex-modal;
-ms-touch-action: none;
-moz-user-select:none;
-khtml-user-select:none;
user-select:none;
}
&.dethrone {