(fix): weird behaviour while resizing the windows to a smaller size
All checks were successful
/ deploy (push) Successful in 14m48s
All checks were successful
/ deploy (push) Successful in 14m48s
This commit is contained in:
parent
30cf5ae3b9
commit
05c186e04e
1 changed files with 2 additions and 1 deletions
|
|
@ -219,8 +219,9 @@ export default function View() {
|
||||||
ref={containerRef}
|
ref={containerRef}
|
||||||
style={{
|
style={{
|
||||||
height: "calc(100% - 2rem)",
|
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">
|
<div className="flex h-full w-full flex-col items-center justify-center gap-3">
|
||||||
{rows.map((row) => (
|
{rows.map((row) => (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue