speed-flowchart-web/src/css/SpeedFlowchartPage.css
Dorian Zedler 07ce90c3e1
All checks were successful
continuous-integration/drone/push Build is passing
Fix: full height
2022-07-29 14:07:19 +02:00

5 lines
92 B
CSS

.speed-flowchart-container {
display: none;
height: calc(100vh - 64px - 16px - 16px);
}