toolbar {
    height: calc(constant(safe-area-inset-bottom) + 60px);
    height: calc(env(safe-area-inset-bottom) + 60px);
}

#chat #message-area {
    height: calc(constant(safe-area-inset-bottom) + 29px);
    height: calc(env(safe-area-inset-bottom) + 29px);
}

section[content="chat-detail"] #chat-list-messages {
    bottom: calc(constant(safe-area-inset-bottom) + 60px);
    bottom: calc(env(safe-area-inset-bottom) + 60px);
}