update 优化 关闭固定header的时候 出现滑动块问题

This commit is contained in:
疯狂的狮子Li 2026-06-30 11:49:06 +08:00
parent 58e32c468f
commit 27851836dc

View File

@ -64,6 +64,14 @@ function addIframe() {
}
}
.app-main:not(.with-fixed-header) {
min-height: calc(100vh - 64px);
}
.app-main.with-tags-view:not(.with-fixed-header) {
min-height: calc(100vh - 105px);
}
.app-main.with-fixed-header {
padding-top: 76px;
min-height: calc(100vh - 76px);