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

Loading…
Cancel
Save