Commit e4c3bb4c authored by Julia Radzhabova's avatar Julia Radzhabova

Prevent user-select plugins modal window.

parent 6affbecf
...@@ -96,6 +96,10 @@ ...@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment