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

Prevent modal content from being selected

parent b6e3b96d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 {