Skip to content

Commit 43b7799

Browse files
committed
Fixed changelist filter sidebar
1 parent bc11fa7 commit 43b7799

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@ ENV/
105105

106106
# autoenv: https://github.com/kennethreitz/autoenv
107107
.env
108+
109+
110+
# SASS/SCSS
111+
.sass-cache/

admin_toolbox/static/admin_sidebar/css/admin-sidebar.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin_toolbox/static/admin_sidebar/css/admin-sidebar.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin_toolbox/static/admin_sidebar/css/admin-sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ td.action-checkbox {
243243
}
244244

245245
#changelist-filter {
246-
position: static;
246+
position: static !important;
247247
float: right;
248248
}

0 commit comments

Comments
 (0)