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

pull/324/head
ppxb 2026-01-04 14:44:33 +08:00 committed by GitHub
parent 81a61558cb
commit ed3353a271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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