From c0f6fb2f7c7410b560b4f6c50aa2281d3c432dac Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 8 Jun 2022 12:48:49 -0500 Subject: [PATCH] Fix video rows not scrolling --- src/components/video/row.astro | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/components/video/row.astro b/src/components/video/row.astro index 59e8240..156d30d 100644 --- a/src/components/video/row.astro +++ b/src/components/video/row.astro @@ -56,21 +56,12 @@ const rowSelector = `#${ rowId }` -