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 {