Skip to content

Commit

Permalink
fix: add padding bottom env(safe-area-inset-bottom);
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechsimetka committed Oct 26, 2023
1 parent e38736b commit 31633f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/group/chat/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@
bottom: 0;
background-color: var(--color-base, var(--color-dark-accent));
border-top: 1px solid var(--color-step-20, var(--color-dark-step-40));
padding-bottom: env(safe-area-inset-bottom);
}
.chat-input {
Expand Down

1 comment on commit 31633f5

@vercel
Copy link

@vercel vercel bot commented on 31633f5 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.