Fix ipad horizontal scroll

This commit is contained in:
ernstmul
2025-05-20 12:27:08 +02:00
parent abc8e2d6a0
commit 799daf6785
@@ -339,7 +339,7 @@
bottom: 67px;
@media (min-width: 768px) {
width: calc(100% + 2 * var(--space-7));
width: calc(100% + 2 * var(--space-7) - 1px);
margin-inline-start: -15px;
border-bottom-right-radius: var(--border-radius-m);
}