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