iOS button bug fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user