1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Revert backdrop utilization, handling clicks over modal (#36324)

* refactor(Modal.js): stop using backdrop class to handle clicks over modal

* Revert #35554 and backdrop callback usage
  Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals"

* Update .bundlewatch.config.json

Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
GeoSot
2022-05-13 07:20:04 +03:00
committed by GitHub
parent 88a6610895
commit b167420bdf
4 changed files with 23 additions and 25 deletions

View File

@@ -41,7 +41,6 @@
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;