Prevent user-select plugins modal window.
This commit is contained in:
parent
7624fb1d5d
commit
9412d9bf12
|
@ -96,6 +96,10 @@
|
||||||
|
|
||||||
&.modal {
|
&.modal {
|
||||||
z-index: @zindex-modal;
|
z-index: @zindex-modal;
|
||||||
|
-ms-touch-action: none;
|
||||||
|
-moz-user-select:none;
|
||||||
|
-khtml-user-select:none;
|
||||||
|
user-select:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dethrone {
|
&.dethrone {
|
||||||
|
|
Loading…
Reference in a new issue