Square header border when scrolled down (#174)

* Square header border when scrolled down

* Remove unused import
This commit is contained in:
arcticfly
2023-08-18 01:41:47 -07:00
committed by GitHub
parent 733d53625b
commit b50d47beaf
11 changed files with 61 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
export const cellPadding = {
x: 4,
y: 2,
};
export const headerMinHeight = 8;