Skip to content

Commit 73c1bfd

Browse files
authored
Fix horizontal scrollbar always visible in index as table
1 parent 4d3ce1c commit 73c1bfd

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)