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

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>