fix(layout): add header safe area to mobile settings dialog
This commit is contained in:
@@ -265,7 +265,7 @@ export const MainLayout: React.FC = () => {
|
|||||||
|
|
||||||
{/* Mobile settings: full screen */}
|
{/* Mobile settings: full screen */}
|
||||||
{isSettingsDialogOpen && (
|
{isSettingsDialogOpen && (
|
||||||
<div className="absolute inset-0 z-10 bg-background">
|
<div className="absolute inset-0 z-10 bg-background header-safe-area">
|
||||||
<ErrorBoundary><SettingsView onClose={() => setSettingsDialogOpen(false)} /></ErrorBoundary>
|
<ErrorBoundary><SettingsView onClose={() => setSettingsDialogOpen(false)} /></ErrorBoundary>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user