1. When the mobile terminal processes the list sliding, WeChat has a built-in return page button at the bottom, which is often blocked. If the screen is longer, the bottom will be much shorter. The following method can solve this problem. .container{ position:relative; background:url(../img/chooseBg.jpg) no-repeat center center; background-size:cover; width:100%; height:100%; //.listConHeight{ // height:9rem; // overflow:auto; //} .listConHeight { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 1.3rem; box-sizing: border-box; ul { width:6.78rem; height: 100%; margin:0 auto; overflow:auto; -webkit-overflow-scrolling: touch; } } Summarize The above is what I introduced to you about how to prevent the CSS list sliding from being covered by the bottom and adapt to models with longer screens. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! |
<<: Baidu Input Method opens API, claims it can be ported and used at will
>>: Solution to the problem that Centos8 cannot install docker
Diversifying website layouts is our front-end spe...
Table of contents Docker-Maven-Plugin Maven plugi...
This article example shares the specific code of ...
CSS display property Note: If !DOCTYPE is specifi...
This article shares the specific code of js canva...
The element ui table does not have a built-in dra...
Install mysql5.7.18 on CentOS6.7 1. Unzip to the ...
1. Download the required kernel version 2. Upload...
User and Group Management 1. Basic concepts of us...
In order to enhance the ability to write JavaScri...
Docker runs multiple Springboot First: Port mappi...
Table of contents 1. redo log (transaction log of...
Preface When making a top menu, you will be requi...
In our recent project, we need to use Google robo...
1. Command Introduction time is used to count the...