Fix mobile bestellungen detail host

This commit is contained in:
2026-06-17 14:21:24 +02:00
parent 3129f02f1d
commit a277cacf3a
2 changed files with 45 additions and 8 deletions
+25
View File
@@ -31,6 +31,31 @@ body.sg-otc-order-overlay-open {
overflow: hidden;
}
body.sg-bestellungen-mobile-detail-open {
overflow: hidden;
}
body.sg-bestellungen-mobile-detail-open > :not([data-bestellungen-mobile-detail-host]) {
display: none !important;
}
.sg-bestellungen-mobile-detail-host {
position: fixed;
inset: 0;
z-index: 1500;
display: flex;
flex-direction: column;
gap: var(--spacing-large);
padding: var(--spacing-large);
box-sizing: border-box;
overflow: auto;
background: var(--color-white);
}
.sg-bestellungen-mobile-detail-host .sg-vsf-drawer-card {
width: 100%;
}
.sg-otc-order-overlay {
position: fixed;
inset: 0;