diff --git a/core/frontend/src/App.vue b/core/frontend/src/App.vue index d4f14d7f1..9ce800c69 100644 --- a/core/frontend/src/App.vue +++ b/core/frontend/src/App.vue @@ -868,6 +868,11 @@ div.pirate-marker.v-icon { } } +/* Fix v-stepper disappearing when the screen is small*/ +.v-stepper__label { + display: block !important; +} + html { overflow: auto }