Fix CallingLobby/Screen from scrolling up conversation

This commit is contained in:
Josh Perez
2020-12-10 11:04:30 -05:00
committed by GitHub
parent bcca31cfcc
commit 3aab6ac512

View File

@@ -5903,8 +5903,9 @@ button.module-image__border-overlay:focus {
flex-direction: column; flex-direction: column;
height: 100vh; height: 100vh;
justify-content: center; justify-content: center;
position: relative; position: absolute;
width: 100%; width: 100%;
z-index: 2;
} }
&__header { &__header {