Add a horizontal scroll for the mobile view
This commit is contained in:
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 {
|
||||
|
|
|
@ -112,6 +112,8 @@ body {
|
|||
// Toolbar
|
||||
.q-toolbar {
|
||||
padding: 0 16px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
// Card
|
||||
|
|
Loading…
Reference in a new issue