From 99a55f0b339ce8caebcae6f0fa03d4194257aebf Mon Sep 17 00:00:00 2001 From: xuecong <> Date: Mon, 15 Nov 2021 11:34:26 +0800 Subject: [PATCH] fix drawer with footer bug --- web/src/styles/chowa.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/styles/chowa.less b/web/src/styles/chowa.less index a50bc2f..f2578ef 100644 --- a/web/src/styles/chowa.less +++ b/web/src/styles/chowa.less @@ -89,7 +89,8 @@ img { .cw-drawer-width-footer { .ivu-drawer-body { - padding-bottom: 53px; + position: static; + height: calc(~'100vh - 102px'); } .cw-drawer-footer {