How to solve the problem that min-height:100% is not effective

it works if you use height:100% globally, but there will be a problem. The fixed content will cover the scroll bar;

however, it becomes invalid when the global setting is min-height:100%; how to solve the problem that
min-height:100% does not take effect;

Css
Mar.07,2021

Why doesn't it work?

can it be solved: https://stackoverflow.com/que.


depends on whether the height of the parent element is set. If the specific height is set, it is feasible. If the percentage is set, it depends on the parent element of the parent element, and then until the element with the specific height is set or the root node

.
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-1b3a8d8-2c239.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-1b3a8d8-2c239.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?