2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fix(modal): fix unit test and resetting style

This commit is contained in:
Johann-S
2018-07-11 10:40:06 +02:00
parent cb82394fc8
commit 283ab30164
2 changed files with 6 additions and 10 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ $(function () {
document.body.removeChild(scrollDiv)
return scrollbarWidth
}
// Simulate scrollbars in PhantomJS
// Simulate scrollbars
$('html').css('padding-right', '16px')
},
beforeEach: function () {