feat: Adjust worksheet container height and styles for improved layout
Some checks failed
GBCI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-22 23:06:00 -03:00
parent 9b04053cf0
commit 1954b928dc
2 changed files with 2 additions and 5 deletions

View file

@ -639,8 +639,8 @@ export default function Lotus123Clone() {
)} )}
</div> </div>
<div className="worksheet-container"> <div className="worksheet-container h-[470px]">
<div ref={containerRef} className="univer-container" /> <div ref={containerRef} className="univer-container h-full" />
</div> </div>
<div className="status-bar"> <div className="status-bar">

View file

@ -265,7 +265,6 @@
.worksheet-container { .worksheet-container {
flex: 1; flex: 1;
height: 100%;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
background: white; background: white;
@ -338,8 +337,6 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
height: 100%;
width: 100%;
} }
.status-bar { .status-bar {