mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:36:44 +00:00
fix: drawer bottom spacing is too small in Firefox
This commit is contained in:
parent
5319000bd6
commit
3612689035
@ -1,5 +1,7 @@
|
||||
.ant-drawer-body {
|
||||
padding-bottom: 50px;
|
||||
> div {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.form-button-group {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user