Skip to content

Commit

Permalink
fix: Shared document header always in mobile styling, closes #8121
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Dec 18, 2024
1 parent 133db9c commit 2397196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scenes/Document/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ function DocumentHeader({
if (shareId) {
return (
<StyledHeader
ref={ref}
$hidden={isEditingFocus}
title={
<Flex gap={4}>
Expand Down

0 comments on commit 2397196

Please sign in to comment.