diff options
| author | GeoSot <[email protected]> | 2021-12-15 19:54:02 +0200 |
|---|---|---|
| committer | GeoSot <[email protected]> | 2022-01-30 15:39:34 +0200 |
| commit | 28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c (patch) | |
| tree | 0642e29212b102453803151c5fe95949fda807fd /scss | |
| parent | aa650f0f1e30279f0868433a4afab9c3efa93b2c (diff) | |
| download | bootstrap-28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c.tar.xz bootstrap-28c9002573e6cb6982697e50e1d1ebfe2ae0fc4c.zip | |
Modal: handle click event from backdrop callback
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_modal.scss | 1 |
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; |
