feat(panel-wrapper): remove white space and center modal

This commit is contained in:
RadoslavDimchev 2024-04-20 09:59:05 +03:00 committed by Radoslav Dimchev
parent ca15bf8980
commit 6c7a4119b7

View File

@ -33,9 +33,10 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
content: {
borderRadius: '12px',
width: '75%',
margin: '0 auto',
margin: 'auto',
scrollbarWidth: 'thin',
scrollbarColor: 'transparent transparent',
height: 'fit-content',
},
overlay: {
zIndex: 2,