bluesky client without react native baggage written in sveltekit

failed sticky feed items attempt

+2 -2
+1 -1
src/routes/+layout.svelte
··· 148 148 width: 100%; 149 149 } 150 150 .layout { 151 + height: 100%; 151 152 overflow-y: scroll; 152 153 display: flex; 153 154 place-content: center; 154 155 } 155 156 .main { 156 - height: 999px; 157 157 width: 602px; 158 158 } 159 159 dialog::backdrop {
+1 -1
src/routes/feed/[[aturl]]/+layout.svelte
··· 3 3 let { children, data } = $props(); 4 4 </script> 5 5 6 - <div class="flex overflow-x-auto"> 6 + <div class="flex overflow-x-auto sticky top-0 z-10 bg-white"> 7 7 {#each data.items as feedItem} 8 8 {#if feedItem.pinned} 9 9 {#if feedItem.type === "timeline" && feedItem.value === "following"}