my parent container sets height: 100%; overflow-y: auto;
, but the scroll bar of body
cannot scroll when
.main
"s height
is a fixed value, it works
but the percentage doesn"t work
similarly, I use 1fr
of gird
, and it doesn"t work either.