From b250f21f9160e0bbbdab16ad03d77d4d8b15a0a1 Mon Sep 17 00:00:00 2001 From: Avram Tudor Date: Thu, 21 Oct 2021 10:17:24 +0300 Subject: [PATCH] fix(prejoin) fix incorrect alignment of alternative join options (#10218) remove styles that break the inline dialog's position management --- css/premeeting/_prejoin.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/premeeting/_prejoin.scss b/css/premeeting/_prejoin.scss index 640a4e88a..ce363696b 100644 --- a/css/premeeting/_prejoin.scss +++ b/css/premeeting/_prejoin.scss @@ -21,7 +21,6 @@ .prejoin-preview { &-dropdown-btns { padding: 8px 0; - width: calc(100% - 48px); } &-dropdown-btn { @@ -59,8 +58,6 @@ background: #fff; padding: 0; position: absolute !important; - top: 48px !important; - transform: none !important; width: 100%; } }