mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat(panel-wrapper): improve modal style
This commit is contained in:
parent
0146e154f3
commit
8d50a4a840
@ -42,9 +42,12 @@ const PanelWrapper = ({
|
||||
scrollbarWidth: 'thin',
|
||||
scrollbarColor: 'transparent transparent',
|
||||
height: fitContentHeight ? 'fit-content' : 'auto',
|
||||
WebkitOverflowScrolling: 'touch',
|
||||
},
|
||||
overlay: {
|
||||
zIndex: 2,
|
||||
backdropFilter: 'blur(0.5px)',
|
||||
backgroundColor: 'rgba(0, 0, 0, 0.4)',
|
||||
},
|
||||
}}
|
||||
ariaHideApp={false}
|
||||
|
Loading…
x
Reference in New Issue
Block a user