Skip to content

Commit abcf615

Browse files
authored
enable selecting text : libraries should not default to disabling built-in browser behaviour
Fixes craftpip#36
1 parent 0283ef1 commit abcf615

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/angular-confirm.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ body[class*=ng-confirm-no-scroll-] {
6666
overflow-y: auto;
6767
perspective: 500px;
6868
perspective-origin: center;
69-
user-select: none;
7069
}
7170
.ng-confirm-box {
7271
background: white;
@@ -1036,4 +1035,4 @@ body[class*=ng-confirm-no-scroll-] {
10361035

10371036
.ng-confirm-el-hide {
10381037
display: none !important;
1039-
}
1038+
}

0 commit comments

Comments
 (0)