Skip to content

Commit

Permalink
Disable overflow by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gryphon committed May 6, 2024
1 parent 21125e3 commit 7301a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/custom_table/_table.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- fields = fields.except(*local_assigns[:skip_fields]) if !local_assigns[:skip_fields].nil?

%div.table-wrapper.overflow-x-scroll{data: {controller: "batch-actions"}}
%div.table-wrapper{data: {controller: "batch-actions"}}
- if local_assigns[:batch_actions]
= self.send(local_assigns[:batch_actions])
Expand Down

0 comments on commit 7301a3a

Please sign in to comment.