fix(panel-wrapper): scrolling in modal

This commit is contained in:
RadoslavDimchev 2024-04-30 15:31:36 +03:00 committed by Emil Ivanichkov
parent 2856061e45
commit 2a6e22cdfe

View File

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