瀏覽代碼

fix(popover): z-index should be greater than toasts

Currently, the JitsiPopover z-index will cause it to display below
any toast notifications so this changes modifies the z-index
values so JitsiPopover is higher than the notification toasts.
j8
Leonard Kim 8 年之前
父節點
當前提交
9837181d5d
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      css/_variables.scss

+ 3
- 3
css/_variables.scss 查看文件

@@ -128,9 +128,9 @@ $toolbarZ: 400;
128 128
 $tooltipsZ: 401;
129 129
 $dropdownMaskZ: 900;
130 130
 $dropdownZ: 901;
131
-$jitsipopoverZ: 1010;
132
-$centeredVideoLabelZ: 1011;
133
-$notificationZ: 1012;
131
+$centeredVideoLabelZ: 1010;
132
+$notificationZ: 1011;
133
+$jitsipopoverZ: 1012;
134 134
 $popoverZ: 1015;
135 135
 $overlayZ: 1016;
136 136
 

Loading…
取消
儲存