Fix: 修复移动端下使用vh会导致footerlayer元素高度超过视口
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: calc(100vh - var(--footer-height) - var(--nav-height) - 25px);
|
||||
max-height: calc(100dvh - var(--footer-height) - var(--nav-height) - 25px);
|
||||
}
|
||||
|
||||
.footer-layer > .footer-layer-content > .layui-layer-title {
|
||||
|
||||
Reference in New Issue
Block a user