浏览代码

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

remove styles that break the inline dialog's position management
master
Avram Tudor 4 年前
父节点
当前提交
b250f21f91
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      css/premeeting/_prejoin.scss

+ 0
- 3
css/premeeting/_prejoin.scss 查看文件

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
     }

正在加载...
取消
保存