2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #14927 from twbs/fix-modal-backdrop-above-scrollbar

Fix modal backdrop overlaying the modal's scrollbar
This commit is contained in:
Heinrich Fenkart
2014-11-05 00:15:52 +01:00
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