The last item in the list is not completely displayed, and margin-bottom is invalid (solved)

I encountered a very embarrassing problem when I was working on a project recently. After the
Insert picture description here
bottom menu is fixed, the last item in the list is not displayed completely, usually margin-bottom is used to make it appear, but the margin-bottom is invalid.

use

padding-bottom 

It can be solved perfectly,
but this is not a fundamental solution to the problem. If there are other solutions, welcome to discuss and exchange with you.

Guess you like

Origin blog.csdn.net/qq_43377853/article/details/111151630