fix: keep med detail stock and package values consistent (#249)

This commit is contained in:
Daniel Volz
2026-02-21 15:47:44 +01:00
committed by GitHub
parent 74f079d13e
commit 75c201cab5
3 changed files with 73 additions and 49 deletions
+4 -5
View File
@@ -4684,7 +4684,7 @@ button.has-validation-error {
position: relative;
z-index: 1;
padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
margin: 0 -2rem;
margin: 0;
}
/* Mobile devices can report wide CSS viewports (e.g., 768px in device emulation).
@@ -4912,7 +4912,7 @@ button.has-validation-error {
justify-content: center;
flex-wrap: wrap;
gap: 0.75rem;
margin: 0 -1.5rem;
margin: 0;
}
.med-detail-footer > button {
@@ -4969,9 +4969,8 @@ button.has-validation-error {
margin: 0;
padding-left: 1rem;
padding-right: 1rem;
position: sticky;
bottom: 0;
z-index: 5;
position: relative;
z-index: 1;
}
}