File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 14
14
mx-auto
15
15
block
16
16
w-full
17
- overflow-auto
18
17
sm:grid
19
18
sm:grid-cols-[theme (spacing.52)_1fr]
20
19
sm:grid-rows-[1fr ]
24
23
xl:grid-cols-[theme (spacing.80)_1fr_theme(spacing.80)];
25
24
26
25
> * : nth-child (1 ) {
27
- @apply grid-in-[sidebar];
26
+ @apply grid-in-[sidebar]
27
+ lg:sticky
28
+ lg:top-0
29
+ lg:h-[100vh ]
30
+ lg:overflow-y-auto;
28
31
}
29
32
30
33
> * : nth-child (2 ) {
31
34
@apply contents
32
- overflow-y-scroll
33
35
sm:max-lg:block;
34
36
35
37
> * : first-child {
36
38
@apply grid-in-[main]
37
39
sm:bg-gradient-subtle
38
40
sm:dark:bg-gradient-subtle-dark
39
41
xl:px-18
40
- overflow-y-auto
41
- overflow-x-hidden
42
42
p-4
43
43
motion-safe:scroll-smooth
44
44
sm:bg-fixed
50
50
mt-8
51
51
border-t
52
52
sm:mt-0
53
+ lg:sticky
54
+ lg:top-0
53
55
lg:max-w-xs
54
56
lg:border-l
55
57
lg:border-t-0;
You can’t perform that action at this time.
0 commit comments