Commit 60651981 authored by guaneec's avatar guaneec Committed by AUTOMATIC1111

Prevent modal content from being selected

parent b6e3b96d
......@@ -309,6 +309,8 @@ input[type="range"]{
height: 100%;
overflow: auto;
background-color: rgba(20, 20, 20, 0.95);
user-select: none;
-webkit-user-select: none;
}
.modalControls {
......
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