Skip to content

Commit

Permalink
feat(#78):mantendo a Toolbar no lugar
Browse files Browse the repository at this point in the history
Mantendo a Toolbar independente de quanto scrolle pra baixo
  • Loading branch information
Neoprot committed Sep 3, 2024
1 parent 20a0d26 commit 3806a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/studio/MarkdownPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const MarkdownPage: React.FC<MarkdownPageProps> = ({ trailId }) => {
return (
<Box className="relative flex flex-col h-screen">
<AppBar
position="static"
className="bg-[#f8f3f3] border-b border-[#D9D9D9]"
position="sticky"
className="bg-[#f8f3f3] border-b border-[#D9D9D9] top-16 z-10"
>
<Toolbar className="flex justify-between items-center">
<MarkdownToolbar
Expand Down

0 comments on commit 3806a6f

Please sign in to comment.