Update modal wrapper margins (#1841)

This commit is contained in:
Leendert de Borst
2026-03-19 11:26:48 +01:00
committed by Leendert de Borst
parent aa353a872e
commit 42f2a0d0bc

View File

@@ -117,6 +117,7 @@ export const ModalWrapper: React.FC<IModalWrapperProps> = ({
},
body: {
padding: 20,
paddingTop: 0,
},
scrollBody: {
maxHeight: maxScrollHeight,