Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-12-15 20:54:02 +0300
committerGeoSot <geo.sotis@gmail.com>2022-01-30 16:39:34 +0300
commit28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c (patch)
tree0642e29212b102453803151c5fe95949fda807fd /scss/_modal.scss
parentaa650f0f1e30279f0868433a4afab9c3efa93b2c (diff)
Modal: handle click event from backdrop callback
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 803b4d8117..ac116171aa 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -15,6 +15,7 @@
height: 100%;
overflow-x: hidden;
overflow-y: auto;
+ pointer-events: none;
// Prevent Chrome on Windows from adding a focus outline. For details, see
// https://github.com/twbs/bootstrap/pull/10951.
outline: 0;