From fe2edf16b0c8ff29c9f26bf224832060ac3406af Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sat, 13 Sep 2025 18:17:09 -0500 Subject: [PATCH] Better rendering of horizontal scroll bar. --- frontend/src/components/tables/CustomTable/CustomTable.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/tables/CustomTable/CustomTable.jsx b/frontend/src/components/tables/CustomTable/CustomTable.jsx index ee665188..90407d49 100644 --- a/frontend/src/components/tables/CustomTable/CustomTable.jsx +++ b/frontend/src/components/tables/CustomTable/CustomTable.jsx @@ -30,9 +30,11 @@ const CustomTable = ({ table }) => { className={`divTable table-striped table-size-${tableSize}`} style={{ width: '100%', + maxWidth: '100%', minWidth: `${minTableWidth}px`, display: 'flex', flexDirection: 'column', + overflow: 'hidden', }} >