forked from Github/frigate
spacing on mobile landscape (#11397)
This commit is contained in:
@@ -5,7 +5,7 @@ type TWrapperProps = {
|
||||
};
|
||||
|
||||
const Wrapper = ({ children }: TWrapperProps) => {
|
||||
return <main className="h-dvh w-screen overflow-hidden">{children}</main>;
|
||||
return <main className="h-dvh w-full overflow-hidden">{children}</main>;
|
||||
};
|
||||
|
||||
export default Wrapper;
|
||||
|
||||
Reference in New Issue
Block a user