From a242ed0193dd06b2d59ce17c568fbf8a1b32784d Mon Sep 17 00:00:00 2001 From: Andrei Grigore Date: Mon, 21 Feb 2022 14:02:44 +0200 Subject: [PATCH] Sticky nav pagination also sticky --- theme/site/globals/site.overrides | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index 0ae6e44..f66022c 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -189,14 +189,14 @@ body.has-toolbar { .header-navigation-lead { - + position: relative; display: flex; justify-content: center; .navigation-prev { position: absolute; - bottom: 50px; - left: 0px; + bottom: 3px; + left: -4px; cursor: pointer; } @@ -206,8 +206,8 @@ body.has-toolbar { .navigation-next { position: absolute; - right: 0px; - bottom: 50px; + right: -4px; + bottom: 3px; cursor: pointer; }