From 1954b928dc036cee0fd150f56fd49aa7aa556a5d Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 22 Jun 2025 23:06:00 -0300 Subject: [PATCH] feat: Adjust worksheet container height and styles for improved layout --- app/tables/page.tsx | 4 ++-- app/tables/styles.css | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/tables/page.tsx b/app/tables/page.tsx index 1b7e720..578b619 100644 --- a/app/tables/page.tsx +++ b/app/tables/page.tsx @@ -639,8 +639,8 @@ export default function Lotus123Clone() { )} -
-
+
+
diff --git a/app/tables/styles.css b/app/tables/styles.css index 3349d03..b545c45 100644 --- a/app/tables/styles.css +++ b/app/tables/styles.css @@ -265,7 +265,6 @@ .worksheet-container { flex: 1; - height: 100%; position: relative; overflow: hidden; background: white; @@ -338,8 +337,6 @@ left: 0; right: 0; bottom: 0; - height: 100%; - width: 100%; } .status-bar {