Skip to content

Commit

Permalink
fix: allow fullscreen on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ReddixT committed Jan 4, 2023
1 parent 7ce3257 commit b416019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumium-space/pages/[workspaceId]/[[...pageId]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Workspace: React.FC = () => {
<Box p="4">
{
!pinnedNavBar && (
<IconButton aria-label="PinIcon" icon={<RxDoubleArrowDown />} onClick={() => { setPinnedNavBar(true) }} size={"sm"} display={{ base: "none", md: "flex" }} right="5" position={"absolute"} />
<IconButton aria-label="PinIcon" icon={<RxDoubleArrowDown />} onClick={() => { setPinnedNavBar(true) }} size={"sm"} right="5" position={"absolute"} />
)
}
{
Expand Down

0 comments on commit b416019

Please sign in to comment.