Skip to content

Instantly share code, notes, and snippets.

@timkofu
Last active March 7, 2017 05:42
Show Gist options
  • Save timkofu/fa5505cff4a2ad5ffd71 to your computer and use it in GitHub Desktop.
Save timkofu/fa5505cff4a2ad5ffd71 to your computer and use it in GitHub Desktop.
Django filter column overflow scrollbar. Override /django/contrib/admin/static/admin/css/changelists.css
#changelist-filter {
position: absolute;
top: 0;
right: 0;
z-index: 1000;
width: 160px;
height: 100%;
border-left: 1px solid #ddd;
background: #efefef;
margin: 0;
overflow-x: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment