iOS button bug fix

This commit is contained in:
2026-03-27 22:41:38 -04:00
parent 407e9ee731
commit f1683e2ff5
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
/* Mobile FAB */
.newchat-fab {
position: absolute;
bottom: 80px;
bottom: calc(80px + env(safe-area-inset-bottom, 0px));
right: 16px;
width: 52px;
height: 52px;