Skip to content

Commit

Permalink
enable selecting text : libraries should not default to disabling bui…
Browse files Browse the repository at this point in the history
…lt-in browser behaviour

Fixes craftpip#36
  • Loading branch information
tomchiverton authored Sep 17, 2019
1 parent 0283ef1 commit abcf615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/angular-confirm.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ body[class*=ng-confirm-no-scroll-] {
overflow-y: auto;
perspective: 500px;
perspective-origin: center;
user-select: none;
}
.ng-confirm-box {
background: white;
Expand Down Expand Up @@ -1036,4 +1035,4 @@ body[class*=ng-confirm-no-scroll-] {

.ng-confirm-el-hide {
display: none !important;
}
}

0 comments on commit abcf615

Please sign in to comment.