mirror of
https://github.com/directus/directus.git
synced 2026-02-16 23:51:50 -05:00
fix elements z-index higher than app header bar (#9530)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user