Fix bg-player clipping on big screens

This commit is contained in:
Sam Carlton 2020-12-27 08:58:16 -06:00
parent f56dbd7692
commit ba021fa59d

View file

@ -1,5 +1,5 @@
<template>
<section class="container relative overflow-hidden pb-16">
<section class="container relative md:static overflow-hidden md:overflow-visible pb-16">
<div class="flex flex-col items-center text-center space-y-6">
<BgPlayer
:video="video"