.scrollable.sticky{height:calc(var(--scroll-snap-count, 0)*var(--scroll-snap-height, 100vh));position:relative;width:100%}.scrollable.sticky .scrollable-wrapper{position:sticky;top:0}.scrollable.sticky .scrollable-scrollsnap__wrapper{right:0;bottom:0;left:0;position:absolute;top:5px}.scrollable.sticky .scrollable-scrollsnap__wrapper .scrollable-scrollsnap{height:calc((100% - 100vh)/var(--scroll-snap-count, 1));scroll-snap-align:start}
