aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGeoSot <[email protected]>2021-12-15 19:54:02 +0200
committerGeoSot <[email protected]>2022-01-30 15:39:34 +0200
commit28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c (patch)
tree0642e29212b102453803151c5fe95949fda807fd /scss
parentaa650f0f1e30279f0868433a4afab9c3efa93b2c (diff)
downloadbootstrap-28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c.tar.xz
bootstrap-28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c.zip
Modal: handle click event from backdrop callback
Diffstat (limited to '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 803b4d811..ac116171a 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;