mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-26 10:24:20 +01:00
fix flash
This commit is contained in:
9
src/components/Layout.tsx
Normal file
9
src/components/Layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Outlet } from "react-router-dom";
|
||||
|
||||
export default function Layout() {
|
||||
return (<div className="safe-top safe-left safe-right safe-bottom">
|
||||
<div className="disable-scrollbars max-h-screen h-full overflow-y-scroll">
|
||||
<Outlet />
|
||||
</div>
|
||||
</div >)
|
||||
}
|
||||
Reference in New Issue
Block a user