Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 55b03ef

Browse files
committed
botomm
1 parent 1ec5ec4 commit 55b03ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/NavBar.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ export function NavBar(navBarProps: NavBarProps) {
147147
}
148148
export function HeaderNavBar(headerNavBarProps: NavBarProps) {
149149
return (
150-
<div className={`${c("navbar")}`} key="div-navbar-header-cell">
150+
<div
151+
className={`${c("navbar sticky-level-1")}`}
152+
key="div-navbar-header-cell"
153+
>
151154
<NavBar {...headerNavBarProps} />
152155
</div>
153156
);

src/components/Table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ export function Table(tableData: TableDataType) {
397397
{/* ENDS TABLE */}
398398
</div>
399399
{/* INIT NEW ROW */}
400+
400401
<Box sx={{ flexGrow: 1 }} className={`${c("add-row")}`}>
401402
<Toolbar>
402403
<input

0 commit comments

Comments
 (0)