From 234dae0841159b33b5527720ea6475d1f11d77c4 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 25 Aug 2022 10:13:39 +0800 Subject: [PATCH] fix(webui): bottom pagination hidden by navigation bar on SM breakpoint Closes: #953 --- komga-webui/src/components/LibraryNavigation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/components/LibraryNavigation.vue b/komga-webui/src/components/LibraryNavigation.vue index 7b9981e01..5bcd4ac44 100644 --- a/komga-webui/src/components/LibraryNavigation.vue +++ b/komga-webui/src/components/LibraryNavigation.vue @@ -3,6 +3,7 @@