Add parallax to floaty homepage cards #524

Merged
Irev-Dev merged 3 commits from kurt/parallax-to-floaty-cards into main 2021-09-23 10:16:41 +02:00
Showing only changes of commit a25ae8529e - Show all commits

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">