owncast/web/components/ui/Content
Pranav Joglekar b8ffe5be16
fix: prevent floating mobile action menu button (#3383)
the absolute positioned mobile action button was attached
to the body causing it to float during scrolling. Now, we wrap
the action buttons inside a relative div so that they are attached
to this div which prevents them from scrolling with page
Fixes #3271

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2023-10-24 21:58:36 -07:00
..
ActionButtons.tsx
Content.module.scss
Content.tsx
DesktopContent.module.scss
DesktopContent.tsx
MobileContent.module.scss
MobileContent.tsx