fix: CSS syntax error in survey-env-warning placement

This commit is contained in:
Kunthawat Greethong
2026-06-17 21:58:00 +07:00
parent 7f04bc44fb
commit 7c3e219a6f

View File

@@ -2172,7 +2172,10 @@ watch(() => props.simulationId, (newId) => {
/* Survey Container */
.survey-container {
/* env warning */
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
.survey-env-warning {
@@ -2184,11 +2187,6 @@ watch(() => props.simulationId, (newId) => {
margin-bottom: 12px;
font-size: 0.85rem;
}
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
.survey-setup {
flex: 1;