Merged in fix/SW-546-dob-cut-off (pull request #1403)

fix: overflow problem with dob inputs in enter details

* fix: overflow problem with dob inputs in enter details


Approved-by: Simon.Emanuelsson
This commit is contained in:
Tobias Johansson
2025-02-25 08:41:00 +00:00
parent e2749f5593
commit 3b63223778

View File

@@ -101,7 +101,7 @@
transition: opacity 0.2s linear;
}
.content:has([data-section-open="true"]) {
.accordion[data-section-open="true"] .content {
overflow: visible;
}