Answer the question
In order to leave comments, you need to log in
Why can't horizontal scroll appear in safari?
Guys tell me what could be the problem of not appearing a horizontal scroll in safari
properties
overflow: auto;
position: relative;
Answer the question
In order to leave comments, you need to log in
https://caniuse.com/#search=overflow
should be used instead of overflow: auto
.selector {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question