fix: preferences drawer outline z-index (#7067)
parent
81a61558cb
commit
ed3353a271
|
|
@ -488,6 +488,6 @@ async function handleReset() {
|
||||||
:deep(.sticky-tabs-header [role='tablist']) {
|
:deep(.sticky-tabs-header [role='tablist']) {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: -12px;
|
top: -12px;
|
||||||
z-index: 10;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue