diff --git a/src/modules/modal.less b/src/modules/modal.less index 93efc6146..326874743 100755 --- a/src/modules/modal.less +++ b/src/modules/modal.less @@ -31,6 +31,11 @@ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; + + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } @@ -285,4 +290,4 @@ width: 44%; margin-left: -22%; } -} \ No newline at end of file +}