Skip to content

Commit

Permalink
style: make sidebars normal height on narrow layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurjdam committed Oct 18, 2024
1 parent d3f3cc8 commit 034949b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.wrapper {
@apply sticky
top-0
@apply top-0
flex
h-max
min-h-screen
w-full
flex-col
gap-8
Expand All @@ -13,6 +11,8 @@
bg-white
px-4
py-6
sm:sticky
sm:min-h-screen
sm:border-r
md:max-w-xs
lg:px-6
Expand Down
6 changes: 3 additions & 3 deletions apps/site/components/Containers/Sidebar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.wrapper {
@apply sticky
top-0
@apply top-0
flex
h-max
min-h-screen
w-full
flex-col
items-start
Expand All @@ -14,6 +12,8 @@
bg-white
px-4
py-6
sm:sticky
sm:min-h-screen
sm:border-r
md:max-w-xs
lg:px-6
Expand Down

0 comments on commit 034949b

Please sign in to comment.