Skip to content

Commit 5a7a83e

Browse files
committed
fix: update dock position calculation for better responsiveness
1 parent c73fdc0 commit 5a7a83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.dock {
22
position: absolute;
3-
bottom: 0;
3+
bottom: calc(100vh - 100dvh);
44
left: 50%;
55
transform: translateX(-50%);
66
}

0 commit comments

Comments
 (0)