-
Notifications
You must be signed in to change notification settings - Fork 6.7k
to work with bootstrap 3.3.1 #2980
Conversation
|
for this change |
|
Should it be |
|
I think this way is to fix modal backdrop overlaying the modal's scrollbar. more information twbs/bootstrap#14916 |
|
Bootstrap removed |
|
I think I did it just like what BT3.3.1 did in their modal js. I believe it is the way to fix the issue in certain environment. |
|
But, it looks like it was changed because of the scrollbar: Although, when I try to reproduce that issue with Angular-Bootstrap, it seems to be ok: When I tried this solution with |
|
@mtraynham what do you mean by "you got an element has no property named css exception" ? with my pull request ? |
|
@maxisam My fault, the error was Here's a fiddle: |
|
After a quick debug, looks like Maybe move the Probably a timing issue if you ask me. |
|
@mtraynham You are correct. I guess because I used jQuery, so it works fine. And apparently jqLite works differently. |
|
I closed this one and submit another pull request at #2984 Thanks @mtraynham for pointing out the issue here is the demo |
for this change