Skip to content

Commit

Permalink
core: frontend: App: Fix v-stepper disappearing when the screen width…
Browse files Browse the repository at this point in the history
… is small

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 27, 2024
1 parent d9e3cfe commit f06a334
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/frontend/src/App.vue
Expand Up @@ -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
}
Expand Down

0 comments on commit f06a334

Please sign in to comment.