We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c73fdc0 + 5a7a83e commit 42b02b1Copy full SHA for 42b02b1
packages/app/src/styles/dock.module.css
@@ -1,6 +1,6 @@
1
.dock {
2
position: absolute;
3
- bottom: 0;
+ bottom: calc(100vh - 100dvh);
4
left: 50%;
5
transform: translateX(-50%);
6
}
0 commit comments