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

This commit is contained in:
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

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>