From abcf6150c6c32112be487dd89e621f74d0908dfc Mon Sep 17 00:00:00 2001 From: Tom Chiverton Date: Tue, 17 Sep 2019 16:41:06 +0100 Subject: [PATCH] enable selecting text : libraries should not default to disabling built-in browser behaviour Fixes #36 --- css/angular-confirm.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/angular-confirm.less b/css/angular-confirm.less index 68f99e7..6e31df7 100644 --- a/css/angular-confirm.less +++ b/css/angular-confirm.less @@ -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; @@ -1036,4 +1035,4 @@ body[class*=ng-confirm-no-scroll-] { .ng-confirm-el-hide { display: none !important; -} \ No newline at end of file +}