Skip to content

Instantly share code, notes, and snippets.

@MilovanovM
MilovanovM / nav_sidebar.css
Last active December 4, 2020 11:53
A prototype for quick filtering sidebar items in django admin
.sticky {
position: sticky;
top: 0;
max-height: 100vh;
}
.toggle-nav-sidebar {
z-index: 20;
left: 0;
display: flex;