diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/ActionBar.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/ActionBar.vue b/src/components/ActionBar.vue index da70b8a..279a885 100644 --- a/src/components/ActionBar.vue +++ b/src/components/ActionBar.vue @@ -76,6 +76,12 @@ export default { </script> <style> +#action-bar { + max-width: 100vw; + overflow-x: auto; + white-space: nowrap; +} + #action-bar > * { margin-left: 0.5rem; } |
