mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
fix(landing-page): remove aspect-ration prop on main features video
Should fix the overflow on Safar
This commit is contained in:
parent
69e27d25d5
commit
c3dbc3e4c8
@ -193,7 +193,7 @@ export const MainFeatures = () => {
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
<div className="bg-gray-12 rounded-2xl p-2 mx-4 md:mx-0 max-w-full aspect-square">
|
||||
<div className="bg-gray-12 rounded-2xl p-2 mx-4 md:mx-0">
|
||||
<AnimatePresence mode="popLayout">
|
||||
<motion.video
|
||||
key={currentFeature.video.src}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user