From 7301a3a1f56c9e1b675c2ab8bb0b568bfb6e9d0e Mon Sep 17 00:00:00 2001 From: Grigory Date: Mon, 6 May 2024 18:20:05 +0700 Subject: [PATCH] Disable overflow by default --- app/views/custom_table/_table.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/custom_table/_table.html.haml b/app/views/custom_table/_table.html.haml index ed61961..46370c0 100644 --- a/app/views/custom_table/_table.html.haml +++ b/app/views/custom_table/_table.html.haml @@ -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])