diff options
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); } |
