From ed68b2e150acab8e82f923ee3d92899f3c7e652e Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 17 Jan 2022 21:43:40 +0100 Subject: [PATCH] fix pagination --- themes/lumbung-theme/static/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 989081f..cbc282d 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -702,6 +702,7 @@ li.page-item:before { height: 50%; width: 50%; border-left: 2px solid black; + z-index: -100; } li.page-item:after { @@ -712,6 +713,7 @@ li.page-item:after { height: 50%; width: 50%; border-right: 2px solid black; + z-index: -100; }