feat(panel-wrapper): make transparent scrollbar for modal

This commit is contained in:
RadoslavDimchev 2024-04-15 16:12:30 +03:00 committed by Radoslav Dimchev
parent f76a689ab8
commit e6813ff195

View File

@ -31,6 +31,8 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
borderRadius: '12px',
width: '70%',
margin: '0 auto',
scrollbarWidth: 'thin',
scrollbarColor: 'transparent transparent',
},
overlay: {
zIndex: 2,