fix: drawer bottom spacing is too small in Firefox

This commit is contained in:
chenos 2021-04-09 11:31:34 +08:00
parent 5319000bd6
commit 3612689035

View File

@ -1,5 +1,7 @@
.ant-drawer-body {
padding-bottom: 50px;
> div {
margin-bottom: 50px;
}
.form-button-group {
position: absolute;
bottom: 0;