diff options
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; |
