How do I display the scroll bar when the content of the H5 page on the mobile side exceeds the content?

in writing the company"s mobile H5 page

CSS:

I"ve set up overflow: auto; to scroll now, but when the scroll bar scrolls, it displays, no scrolling, no display!
scrolls but does not display scroll bars on the mobile side. Is there any way to make it display scroll bars all the time

Mar.03,2021

{
overflow-y:scroll;
}


you can refer to this question , click and transmit


{
overflow-y:scroll;
}

overflow-y:scroll;


overflow:auto


take a look at the method upstairs and force it to display.

Menu