mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-14 20:36:55 +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',
|
borderRadius: '12px',
|
||||||
width: '70%',
|
width: '70%',
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
|
scrollbarWidth: 'thin',
|
||||||
|
scrollbarColor: 'transparent transparent',
|
||||||
},
|
},
|
||||||
overlay: {
|
overlay: {
|
||||||
zIndex: 2,
|
zIndex: 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user