1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Modal: handle click event from backdrop callback

This commit is contained in:
GeoSot
2021-12-15 19:54:02 +02:00
parent aa650f0f1e
commit 28c9002573
3 changed files with 24 additions and 27 deletions

View File

@@ -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;