mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix performance drop in stacked drawer when many layers (#11412)
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
transition-property: transform, border-radius;
|
||||
}
|
||||
|
||||
.container.right:not(:nth-last-child(-n + 5)) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container.right:not(:last-of-type) .v-drawer {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user