BottomSheet: fix visual problem on iOS
This commit is contained in:
parent
ed901edea6
commit
40ca089f02
2 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,7 @@ const Settings: ParentComponent = () => {
|
|||
<Scaffold
|
||||
topbar={
|
||||
<AppBar position="static">
|
||||
<Toolbar variant="dense">
|
||||
<Toolbar variant="dense" sx={{paddingTop: "var(--safe-area-inset-top, 0px)"}}>
|
||||
<IconButton onClick={[navigate, -1]}>
|
||||
<CloseIcon />
|
||||
</IconButton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue