(fix): weird behaviour while resizing the windows to a smaller size
All checks were successful
/ deploy (push) Successful in 14m48s

This commit is contained in:
Alois 2026-05-09 14:48:59 +02:00
commit 05c186e04e

View file

@ -219,8 +219,9 @@ export default function View() {
ref={containerRef}
style={{
height: "calc(100% - 2rem)",
width: "calc(100% - 2rem)",
}}
className="w-full overflow-hidden p-3"
className="overflow-hidden p-3"
>
<div className="flex h-full w-full flex-col items-center justify-center gap-3">
{rows.map((row) => (