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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37ab9-410f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37ab9-410f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?