Browse Source

fix(prejoin) fix incorrect alignment of alternative join options (#10218)

remove styles that break the inline dialog's position management
master
Avram Tudor 3 years ago
parent
commit
b250f21f91
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      css/premeeting/_prejoin.scss

+ 0
- 3
css/premeeting/_prejoin.scss View File

@@ -21,7 +21,6 @@
21 21
 .prejoin-preview {
22 22
     &-dropdown-btns {
23 23
         padding: 8px 0;
24
-        width: calc(100% - 48px);
25 24
     }
26 25
   
27 26
     &-dropdown-btn {
@@ -59,8 +58,6 @@
59 58
             background: #fff;
60 59
             padding: 0;
61 60
             position: absolute !important;
62
-            top: 48px !important;
63
-            transform: none !important;
64 61
             width: 100%;
65 62
         }
66 63
     }

Loading…
Cancel
Save