Revert "fix(layout): make stacked notes stick horizontally when scrolling"

This reverts commit 86c9feaf55.
This commit is contained in:
Julien Calixte
2026-04-22 23:59:36 +02:00
parent 86c9feaf55
commit d12d7b660b

View File

@@ -124,7 +124,6 @@ onUnmounted(() => {
:user="user"
:repo="repo"
:title="titles[stackedNote]"
:style="{ left: `calc(${index + 1} * var(--note-width))` }"
/>
</main>
</template>