mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix bg-player clipping on big screens
This commit is contained in:
parent
f56dbd7692
commit
ba021fa59d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue