mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat(panel-wrapper): remove white space and center modal
This commit is contained in:
parent
ca15bf8980
commit
6c7a4119b7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user