N
N
Nikolay Semenov2018-04-11 11:20:57
css
Nikolay Semenov, 2018-04-11 11:20:57

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

1 answer(s)
E
eternalfire, 2018-04-11
@nickola105

https://caniuse.com/#search=overflow
should be used instead of overflow: auto

.selector {
overflow: scroll; 
-webkit-overflow-scrolling: touch;
}

learn materiel and use autoprefixer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question