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