Browse Source

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

pull/7072/head
ppxb 1 month ago
committed by GitHub
parent
commit
ed3353a271
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/layouts/src/widgets/preferences/preferences-drawer.vue

2
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>

Loading…
Cancel
Save