Skip to content

Commit

Permalink
style: make sidebars sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurjdam committed Oct 18, 2024
1 parent 851b085 commit a74fbfb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion apps/site/components/Containers/MetaBar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.wrapper {
@apply flex
@apply sticky
top-0
flex
h-max
min-h-screen
w-full
flex-col
items-start
Expand Down
6 changes: 5 additions & 1 deletion apps/site/components/Containers/Sidebar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.wrapper {
@apply flex
@apply sticky
top-0
flex
h-max
min-h-screen
w-full
flex-col
items-start
Expand Down
2 changes: 1 addition & 1 deletion apps/site/layouts/layouts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
sm:grid
sm:grid-cols-[theme(spacing.52)_1fr]
sm:grid-rows-[1fr]
sm:overflow-hidden
sm:overflow-visible
md:grid-cols-[theme(spacing.64)_1fr]
lg:grid-cols-[theme(spacing.52)_1fr_theme(spacing.52)]
xl:grid-cols-[theme(spacing.80)_1fr_theme(spacing.80)];
Expand Down

0 comments on commit a74fbfb

Please sign in to comment.