fix(chat): improve in-app keyboard avoidance
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.shell {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100dvh;
|
||||
height: var(--app-viewport-height, 100dvh);
|
||||
background: var(--color-dark-background, #111);
|
||||
color: var(--color-text-primary, #fff);
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user