mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 16:28:33 +08:00
update 优化 关闭固定header的时候 出现滑动块问题
This commit is contained in:
parent
58e32c468f
commit
27851836dc
@ -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 {
|
.app-main.with-fixed-header {
|
||||||
padding-top: 76px;
|
padding-top: 76px;
|
||||||
min-height: calc(100vh - 76px);
|
min-height: calc(100vh - 76px);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user