fix elements z-index higher than app header bar (#9530)

This commit is contained in:
Azri Kahar
2021-11-07 04:18:25 +08:00
committed by GitHub
parent 39918a1c6b
commit 7050a9f489
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ export default defineComponent({
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
z-index: 4;
color: var(--primary);
cursor: pointer;
transition: color var(--fast) var(--transition-out);