Skip to content

Commit dfcf623

Browse files
authored
Merge pull request #6 from Fs00/patch-1
Fix horizontal scroll bar being always visible in index as table
2 parents 24e0782 + 73c1bfd commit dfcf623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ body.active_admin {
7474
}
7575
}
7676
.index_as_table {
77-
overflow-x: scroll;
77+
overflow-x: auto;
7878
}
7979
.panel_contents table tr:last-child {
8080
> td, > th {

0 commit comments

Comments
 (0)