Skip to content

Commit

Permalink
style: only make metabar sticky, not sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurjdam committed Oct 29, 2024
1 parent a74fbfb commit 3bad90e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 5 additions & 5 deletions apps/site/components/Containers/MetaBar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.wrapper {
@apply sticky
top-0
flex
h-max
min-h-screen
@apply flex
w-full
flex-col
items-start
Expand All @@ -13,6 +9,10 @@
px-4
py-6
[overflow-wrap:anywhere]
lg:sticky
lg:top-0
lg:h-max
lg:min-h-screen
lg:px-6
dark:border-neutral-900;

Expand Down
6 changes: 1 addition & 5 deletions apps/site/components/Containers/Sidebar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.wrapper {
@apply sticky
top-0
flex
h-max
min-h-screen
@apply flex
w-full
flex-col
items-start
Expand Down

0 comments on commit 3bad90e

Please sign in to comment.