Skip to content

Commit

Permalink
fix #3383 (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi6jp authored Jan 15, 2025
1 parent ada97d6 commit 01d8d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/daisyui/src/components/dock.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
}

.dock-lg {
height: 4.5;
height: calc(4.5 + env(safe-area-inset-bottom));
height: 4.5rem;
height: calc(4.5rem + env(safe-area-inset-bottom));

.dock-active {
&:after {
Expand Down

0 comments on commit 01d8d4d

Please sign in to comment.