Fix CallingLobby/Screen from scrolling up conversation
This commit is contained in:
parent
bcca31cfcc
commit
3aab6ac512
1 changed files with 2 additions and 1 deletions
|
@ -5903,8 +5903,9 @@ button.module-image__border-overlay:focus {
|
|||
flex-direction: column;
|
||||
height: 100vh;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&__header {
|
||||
|
|
Loading…
Add table
Reference in a new issue