mirror of
https://github.com/directus/directus.git
synced 2026-01-29 14:07:57 -05:00
fix stacked drawers on mobile (#10702)
This commit is contained in:
@@ -69,10 +69,16 @@ body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--v-overlay-color);
|
||||
opacity: 0;
|
||||
transition: opacity var(--slow) var(--transition);
|
||||
}
|
||||
|
||||
&.active {
|
||||
pointer-events: auto;
|
||||
|
||||
.overlay {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user