Skip to content

Commit 81a5d72

Browse files
committed
Merge pull request railsadminteam#2111 from pencilcheck/patch-2
Fix sidebar not scrollable when models exceeds the height of the window
2 parents cabe767 + bfaefdd commit 81a5d72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/assets/stylesheets/rails_admin/base/theming.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ body.rails_admin {
2929
padding: 9px 9px 9px 9px;
3030
position: fixed;
3131
width: 14%;
32-
height: 100%;
32+
overflow-y: scroll;
33+
top: 50px;
34+
bottom: 0;
3335
background: #eaf0f1;
3436
}
3537

0 commit comments

Comments
 (0)