forked from Github/frigate
Fix handling of recordings and switching cameras (#10351)
* Fix handling of recordings and switching cameras * mobile switch * Cleanup * Cleanup autoplay * Remove vite
This commit is contained in:
@@ -5,7 +5,7 @@ type TWrapperProps = {
|
||||
};
|
||||
|
||||
const Wrapper = ({ children }: TWrapperProps) => {
|
||||
return <main className="w-screen h-screen overflow-hidden">{children}</main>;
|
||||
return <main className="w-screen h-dvh overflow-hidden">{children}</main>;
|
||||
};
|
||||
|
||||
export default Wrapper;
|
||||
|
||||
Reference in New Issue
Block a user