浏览代码

fix: preferences drawer outline z-index (#7067)

ppxb 5 月之前
父节点
当前提交
ed3353a271
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue

+ 1 - 1
packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue

@@ -488,6 +488,6 @@ async function handleReset() {
 :deep(.sticky-tabs-header [role='tablist']) {
   position: sticky;
   top: -12px;
-  z-index: 10;
+  z-index: 9999;
 }
 </style>