diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-11 00:32:51 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-11 00:32:51 +0000 |
| commit | 27d85f0cda4d6f71a5a8eab8f416f29f01602b38 (patch) | |
| tree | 13e7c6b1956030170cef6ce5bade5224e56b1c17 /pages/category | |
| parent | aceef6edd8bd1663249e9d06fc1d4a063add4689 (diff) | |
Add rest of item stack picker
Diffstat (limited to 'pages/category')
| -rw-r--r-- | pages/category/[id].vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/category/[id].vue b/pages/category/[id].vue index 59993e7..a16df59 100644 --- a/pages/category/[id].vue +++ b/pages/category/[id].vue @@ -92,7 +92,7 @@ const categoryName = sessionStore.getCategoryById(categoryId)?.display.name; display: flex; gap: 1rem; padding: 1rem; - overflow: scroll; + overflow: auto; max-height: calc(100% - 55px); } |
