mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat(panel-wrapper): make transparent scrollbar for modal
This commit is contained in:
parent
f76a689ab8
commit
e6813ff195
@ -31,6 +31,8 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => {
|
||||
borderRadius: '12px',
|
||||
width: '70%',
|
||||
margin: '0 auto',
|
||||
scrollbarWidth: 'thin',
|
||||
scrollbarColor: 'transparent transparent',
|
||||
},
|
||||
overlay: {
|
||||
zIndex: 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user