Skip to content

Commit

Permalink
refactor(sidebar): add top 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Mar 20, 2023
1 parent 62a9d17 commit c9714bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/informational/sidebar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.sidebar {
@apply z-[55] flex h-screen w-full max-w-[18rem] translate-x-0 flex-col justify-between bg-gray-2;
@apply top-0 z-[55] flex h-screen w-full max-w-[18rem] translate-x-0 flex-col justify-between bg-gray-2;
}

.sidebar-sticky {
Expand Down

1 comment on commit c9714bd

@vercel
Copy link

@vercel vercel bot commented on c9714bd Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.