Skip to content

Commit 3bad90e

Browse files
committed
style: only make metabar sticky, not sidebar
1 parent a74fbfb commit 3bad90e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

apps/site/components/Containers/MetaBar/index.module.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
.wrapper {
2-
@apply sticky
3-
top-0
4-
flex
5-
h-max
6-
min-h-screen
2+
@apply flex
73
w-full
84
flex-col
95
items-start
@@ -13,6 +9,10 @@
139
px-4
1410
py-6
1511
[overflow-wrap:anywhere]
12+
lg:sticky
13+
lg:top-0
14+
lg:h-max
15+
lg:min-h-screen
1616
lg:px-6
1717
dark:border-neutral-900;
1818

apps/site/components/Containers/Sidebar/index.module.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
.wrapper {
2-
@apply sticky
3-
top-0
4-
flex
5-
h-max
6-
min-h-screen
2+
@apply flex
73
w-full
84
flex-col
95
items-start

0 commit comments

Comments
 (0)