From 16766b901f95272190636b2adeca6ce98a10a0f6 Mon Sep 17 00:00:00 2001 From: ttpl-rt-217 Date: Tue, 26 Nov 2024 15:11:02 +0530 Subject: [PATCH] admin ui improverment --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 70db52ba..2aaa1cd1 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -118,7 +118,7 @@ ul.MuiList-root li.MuiMenuItem-root[data-value=""] { } .table-ka-container .ka-table-wrapper { - max-height: calc(100vh - 390px) !important; + /* max-height: calc(100vh - 390px) !important; */ min-height: 100% !important; }