Skip to content

Commit

Permalink
fix: sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanswer committed Jul 31, 2024
1 parent 3e1e43c commit bf1b888
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 250 deletions.
2 changes: 1 addition & 1 deletion apps/figure/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy = "*"
matplotlib = "*"
# pandas = "*"
openpyxl = "*"
d = "*"
orjson = "*"

[dev-packages]
ipython = "*"
Expand Down
369 changes: 129 additions & 240 deletions apps/figure/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/figure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.4",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion apps/figure/src/entry-server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default createHandler(() => (
</head>
<body
id="app"
class="flex h-full min-w-64 flex-col font-sans antialiased motion-reduce:transition-none"
class="flex min-h-full min-w-64 flex-col font-sans antialiased motion-reduce:transition-none"
>
<noscript>
AntCal: You need to enable JavaScript to run this app.
Expand Down
Binary file modified bun.lockb
100644 → 100755
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"turbo": "turbo"
},
"devDependencies": {
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.9",
"eslint-config-turbo": "^2.0.10",
"eslint-plugin-solid": "^0.14.1",
"globals": "^15.8.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"turbo": "^2.0.9",
"turbo": "^2.0.10",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
"typescript-eslint": "^7.18.0"
},
"packageManager": "bun@1.1.12",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.12",
"@types/node": "^22.0.0",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^3.4.6"
"tailwindcss": "^3.4.7"
}
}

0 comments on commit bf1b888

Please sign in to comment.