Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15378 from twbs/fix-ie-modal-scrollbar-for-realz
Modal: Work around IE scrollbars not taking up page width
- Loading branch information
16479e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I completely missed something, but when I tried out the latest code I had problems because of this. Is it really the "width" which should be cared about? Shouldn't it be the body height which really matters? I've checked an earlier version without the IE8 hack and that measured the height, which should be the logical way.
16479e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also the relation should be opposite in this line (regardless to what it checks the width of height):
16479e9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please file a new issue and @ mention me there.