Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Sticky nav pagination also sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Feb 21, 2022
1 parent 194ead3 commit a242ed0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -206,8 +206,8 @@ body.has-toolbar {

.navigation-next {
position: absolute;
right: 0px;
bottom: 50px;
right: -4px;
bottom: 3px;
cursor: pointer;
}

Expand Down

0 comments on commit a242ed0

Please sign in to comment.