How to solve the problem that there is an extra blank when the web page shrinks?

the layout of the entire page is set to width:auto;min-width:0; with CSS, and then when the page shrinks, when the mouse is pulled around, you can see a blank next to it. How to solve that blank? So that the web page can not be pulled? As shown in the figure:

Mar.14,2021

you write the width of body as 100% answer and then look at 0-0


width to 100%


 body, html{
width:100%;
height:100%
}
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-1b3eab0-2bc85.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-1b3eab0-2bc85.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?