Skip to content

Commit

Permalink
Merge pull request #2419 from johanneskrtek/patch-3
Browse files Browse the repository at this point in the history
Show sidebar scrollbar only on demand.
  • Loading branch information
mshibuya committed Oct 4, 2015
2 parents 2213ce2 + 67649c6 commit f11bf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/rails_admin/base/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ body.rails_admin {
position: fixed;
top: $navbar-height;
bottom: 0;
overflow-y: scroll;
overflow-y: auto;
}
}
}

0 comments on commit f11bf03

Please sign in to comment.