abouolia / sticky-sidebar

😎 Pure JavaScript tool for making smart and high performance sticky sidebar.

Home Page:https://abouolia.github.io/sticky-sidebar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure css alternative of js sticky sidebar

gustawdaniel opened this issue · comments

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?

This doesnt handle all the cases. In fact, i came looking for this library because that method above does not work for me.