feat: Adjust worksheet container height and styles for improved layout
Some checks failed
GBCI / build (push) Has been cancelled
Some checks failed
GBCI / build (push) Has been cancelled
This commit is contained in:
parent
9b04053cf0
commit
1954b928dc
2 changed files with 2 additions and 5 deletions
|
@ -639,8 +639,8 @@ export default function Lotus123Clone() {
|
|||
)}
|
||||
</div>
|
||||
|
||||
<div className="worksheet-container">
|
||||
<div ref={containerRef} className="univer-container" />
|
||||
<div className="worksheet-container h-[470px]">
|
||||
<div ref={containerRef} className="univer-container h-full" />
|
||||
</div>
|
||||
|
||||
<div className="status-bar">
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue