2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix modal backdrop overlaying the modal's scrollbar

Fixes #14916.
This commit is contained in:
Heinrich Fenkart
2014-10-30 04:46:14 +01:00
parent e55feacf5b
commit 14e5fb04e9
2 changed files with 19 additions and 2 deletions
+1 -2
View File
@@ -62,10 +62,9 @@
// Modal background
.modal-backdrop {
position: fixed;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: @modal-backdrop-bg;
// Fade for backdrop