Skip to content

Commit

Permalink
Add a horizontal scroll for the mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
framebassman committed Apr 10, 2024
1 parent 19e6170 commit 1a266c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/src/components/_commons/ToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ export default defineComponent({
.q-toolbar {
min-height: 48px;
padding: 0;
overflow-x: auto;
overflow-y: hidden;
}
.body--dark .q-toolbar {
Expand Down
2 changes: 2 additions & 0 deletions webui/src/css/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ body {
// Toolbar
.q-toolbar {
padding: 0 16px;
overflow-x: auto;
overflow-y: hidden;
}

// Card
Expand Down

0 comments on commit 1a266c6

Please sign in to comment.