Add overflow-x hidden for safety

This commit is contained in:
Kurt Hutten
2021-09-22 18:58:15 +10:00
parent acb3651a6d
commit a25ae8529e

View File

@@ -71,7 +71,7 @@ const MainLayout = ({ children, shouldRemoveFooterInIde }) => {
}, [hash, client]) }, [hash, client])
return ( return (
<div <div
className="h-full flex flex-col ch-scrollbar overflow-y-scroll preserve-3d-for-children" className="h-full flex flex-col ch-scrollbar overflow-y-scroll preserve-3d-for-children overflow-x-hidden"
style={{ perspective: '1px', perspectiveOrigin: 'top center' }} style={{ perspective: '1px', perspectiveOrigin: 'top center' }}
> >
<header id="cadhub-main-header"> <header id="cadhub-main-header">