Issue
I have this code:
<div style="height: calc(100vh - 200px); overflow: hidden auto;">
<div class="item">test</div>
<div class="item">test</div>
<div class="item">test</div>
<div class="item">test</div>
<div class="item">test</div>
<div class="item">test</div>
</div>
Element scrolling is not working only for Safari mobile (IOS). It looks like overflow hidden styles, but I inspected Safari and all styles applied like in other devices. So everything maybe okay with styles, but it does not work and I don't know why.
I tried many CSS hacks to resolve this issue.
Solution
Fixed. It's came from IOS version. After IOS updating this issue was fixed. So it's not code level bug.
Answered By - Martik Avagyan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.