From 3aab6ac51277a04f900d59ab359ad055e33bb067 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 10 Dec 2020 11:04:30 -0500 Subject: [PATCH] Fix CallingLobby/Screen from scrolling up conversation --- stylesheets/_modules.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 922dfcafc..c77fd9a43 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -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 {