Skip to content

Commit

Permalink
Prevent modal content from being selected
Browse files Browse the repository at this point in the history
  • Loading branch information
guaneec authored and AUTOMATIC1111 committed Oct 15, 2022
1 parent b6e3b96 commit 6065198
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -513,4 +515,4 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h
height: 480px !important;
max-height: 480px !important;
min-height: 480px !important;
}
}

0 comments on commit 6065198

Please sign in to comment.