Add a horizontal scroll for the mobile view

This commit is contained in:
Dmitry Romashov
2024-04-10 10:22:11 +02:00
committed by GitHub
parent 19e6170fa5
commit 1a266c661a
2 changed files with 4 additions and 0 deletions
@@ -118,6 +118,8 @@ export default defineComponent({
.q-toolbar {
min-height: 48px;
padding: 0;
overflow-x: auto;
overflow-y: hidden;
}
.body--dark .q-toolbar {
+2
View File
@@ -112,6 +112,8 @@ body {
// Toolbar
.q-toolbar {
padding: 0 16px;
overflow-x: auto;
overflow-y: hidden;
}
// Card