fix: correctly scroll only content in modal

This commit is contained in:
Timothy Z. 2026-05-01 19:33:46 +03:00
parent e6078f6822
commit 69a11bd25d

View file

@ -111,6 +111,7 @@
}
.diagram {
flex: none;
width: 100%;
max-width: 48rem;
height: auto;
@ -142,11 +143,13 @@
}
.sections {
flex: none;
display: flex;
flex-direction: row;
gap: 5rem;
width: 100%;
max-width: 56rem;
overflow: visible;
}
.section {
@ -154,6 +157,7 @@
display: flex;
flex-direction: column;
gap: 1.2rem;
overflow: visible;
}
.section-title {