Remove forced scrollbars in modal + round corners
This commit is contained in:
parent
ce1c564797
commit
76b4f5eef4
@ -119,7 +119,8 @@ DROPDOWN
|
||||
color: var(--theme-color-components-modal-header-text);
|
||||
}
|
||||
.ant-modal-body {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
border-radius: 0 0 var(--theme-rounded-corners) var(--theme-rounded-corners);
|
||||
}
|
||||
.ant-modal {
|
||||
color: var(--theme-color-components-text-on-light);
|
||||
|
Loading…
Reference in New Issue
Block a user