fix: Flashing window size made fixed, and fixed Vite.config.js

This commit is contained in:
2026-04-19 15:52:34 +03:00
parent 063106a29c
commit d8b0b9ce28
2 changed files with 4 additions and 1 deletions

View File

@@ -1107,7 +1107,9 @@ function StepFlash({ device, bespokeOverride, onFlashed }) {
border: '1px solid var(--color-border)',
overflow: 'hidden',
display: 'flex', flexDirection: 'column',
minHeight: 320,
height: 320,
alignSelf: 'start',
position: 'sticky', top: 0,
}}>
<div style={{
padding: '8px 12px',