Responsiveness and tabs #179

Merged
enes merged 23 commits from 177-sticky-side-columns into staging 2024-09-05 07:30:55 +00:00
Showing only changes of commit 36281376bc - Show all commits

View File

@ -22,6 +22,7 @@
> * { > * {
scroll-margin-top: $header-height + $body-vertical-padding; scroll-margin-top: $header-height + $body-vertical-padding;
scroll-snap-align: start; scroll-snap-align: start;
scroll-snap-stop: always; // Touch devices will always stop on each element
} }
} }
@ -45,7 +46,7 @@
} }
> :first-child { > :first-child {
max-height: calc( max-height: calc(
100svh - $header-height - $body-vertical-padding * 2 - $tabs-height 100dvh - $header-height - $body-vertical-padding * 2 - $tabs-height
); );
} }
} }