-
Works great on desktop browsers and the mobile device view in Chrome's dev tools.
On iOS Safari, Chrome and Firefox, the body scroll locks but I'm unable to scroll in the modal opened by touching. …
-
Hi, sorry but it doesn't work :(
I still can sometime scroll body. Maybe Apple again has changed something?
Iphone 11pro IOs 13.6.
https://www.loom.com/share/9fe89fe098e64e64a26d5533f9921f29
-
Using Gatsby v2, this library is causing an issue with scrolling in a container on iOS Safari in a particular situation.
```html
Some content
Some content
```
```css
body {
position…
-
Not sure if it was intentional, but if the html element has any form of overflow:scroll set in the CSS, this lib doesn't work fully, you can still scroll.
A quick fix is just to add the scroll lock…
-
Click events inside scrollable target container trigger an error
![image](https://user-images.githubusercontent.com/841448/44751694-be265180-aacd-11e8-9d69-91e6eec96edd.png)
Here is a Vue compon…
-
### Element UI version
2.13.0
### OS/Browsers version
windows 10 / Chrome 80
### Vue version
2.6.11
### Reproduction Link
https://codepen.io/xuxiantao/pen/mdJMvxM
### Steps to repr…
-
I've been shifting my focus away from UI development, so don't plan on addressing new issues myself. If you use this library and want to see development continue, you can make that happen by becoming …
-
### Version: 4.0.0-beta.0
Adds `position: fixed` to body on iOS, which causes the document to scroll to the top. This did not occur on previous version (**v3.1.5**).
-
Hello, thanks for this plugin.
Scroll lock doesn't work in safari ios 11.3.
Link - https://peterlyshak.github.io/park-legend/dist/
Modal opens in the bottom:
-
Some elements like (Dialog, Dropdown menu, Select, Popover, ...) cause a Forced reflow and this can lower the performance of the component and the entire page.