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 fix: prevent floating mobile action menu button (#3383) 2023-10-24 21:58:36 -07:00
Content.module.scss fix: prevent floating mobile action menu button (#3383) 2023-10-24 21:58:36 -07:00
Content.tsx fix: external actions were assuming all actions are urls. Fixes #3213 2023-07-26 11:17:47 -07:00
DesktopContent.module.scss fix(ui): vh->vw for content margin 2023-04-26 21:42:30 -07:00
DesktopContent.tsx fix: #2668 Page Vertical Spacing Issues (#2863) 2023-04-26 15:31:23 -07:00
MobileContent.module.scss chore: run stylelint on our css files 2023-06-20 20:58:00 -07:00
MobileContent.tsx fix(mobile): remove extra 20px of padding 2023-05-25 08:20:03 -07:00