fix stacked drawers on mobile (#10702)

This commit is contained in:
José Varela
2021-12-27 15:50:08 +00:00
committed by GitHub
parent 5789a391bd
commit 7808508294

View File

@@ -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 {