Patrick
Results
2
comments of
Patrick
The code above is slightly wrong. "Arguments" will be undefined. "The arguments object is a local variable available within all non-arrow functions." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments Use this code instead. I.e., replace **arguments**...
I'm getting something very similar to this with my modals. I've been meaning to create an issue. It relates to the scrollbar (it doesn't happen if there is no scrollbar)...