E5F4 fix: feedback widget overlapping messages on mobile by RhysSullivan · Pull Request #877 · AnswerOverflow/AnswerOverflow · GitHub
[go: up one dir, main page]

Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/main-site/src/components/message-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export function MessagePage(props: {
{repliesSlot}
</main>

<div className="flex w-full shrink-0 flex-col items-center gap-4 text-center md:self-start md:w-[400px] [@media(min-height:800px)]:sticky [@media(min-height:800px)]:top-[calc(var(--navbar-height)+1rem)]">
<div className="flex w-full shrink-0 flex-col items-center gap-4 text-center md:self-start md:w-[400px] md:sticky md:top-[calc(var(--navbar-height)+1rem)]">
<div className="hidden w-full rounded-md border-2 bg-card drop-shadow-md md:block overflow-hidden">
{headerData.server.banner && (
<img
Expand Down
Loading
0