diff --git a/app/assets/stylesheets/rails_admin/base/theming.scss b/app/assets/stylesheets/rails_admin/base/theming.scss index 91a9b40cca..36ab5fe433 100644 --- a/app/assets/stylesheets/rails_admin/base/theming.scss +++ b/app/assets/stylesheets/rails_admin/base/theming.scss @@ -335,7 +335,7 @@ body.rails_admin { position: fixed; top: $navbar-height; bottom: 0; - overflow-y: scroll; + overflow-y: auto; } } }