mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 04:05:26 +03:00
Ensure viewport is always full screen
This commit is contained in:
parent
60f65bd7ed
commit
211516236b
@ -5,7 +5,7 @@ type TWrapperProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const Wrapper = ({ children }: TWrapperProps) => {
|
const Wrapper = ({ children }: TWrapperProps) => {
|
||||||
return <main className="flex flex-col max-h-screen">{children}</main>;
|
return <main className="flex flex-col h-screen">{children}</main>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Wrapper;
|
export default Wrapper;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user