We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9868df commit ef05583Copy full SHA for ef05583
1 file changed
packages/ui-components/src/Containers/Article/index.module.css
@@ -16,11 +16,11 @@
16
2xl:grid-cols-[--spacing(72)_1fr_--spacing(72)];
17
18
> *:nth-child(1) {
19
- @apply ml:sticky
20
- ml:top-0
21
- ml:h-svh
22
- ml:overflow-y-auto
23
- [grid-area:sidebar];
+ @apply [grid-area:sidebar]
+ lg:sticky
+ lg:top-0
+ lg:max-h-[calc(100vh-var(--header-height,0))]
+ lg:overflow-y-auto;
24
}
25
26
> *:nth-child(2) {
0 commit comments