Closed saveman71 closed 4 years ago
Reproducing on the bootstrap website:
https://getbootstrap.com/docs/3.3/javascript/#live-demo
Open the modal.
Run getComputedStyle($$('.modal')[0])['overflow']
in the console
Interesting, I'd never seen anyone use overflow like that. Thanks.
I've noticed one of our modals (bootstrap) uses two separate styles to manage overflow (x and y). The current code cannot handle these, the patch fixes that.