Pure css alternative of js sticky sidebar
gustawdaniel opened this issue · 1 comments
gustawdaniel commented
https://stackoverflow.com/a/71129668/6398044
<div class="flex">
<aside class="h-screen sticky top-0">
// Fixed Sidebar
</aside>
<main>
// Content
</main>
</div>
What do you think about mentioning about it in README?
patchthecode commented
This doesnt handle all the cases. In fact, i came looking for this library because that method above does not work for me.