Skip to content

Commit

Permalink
Fix: navigation buttons shouldn't cover scrollbar (#838)
Browse files Browse the repository at this point in the history
* Fix: navigation buttons shouldn't cover scrollbar

* Fix: retain size of navigation buttons but offset

* Fix: changing the offset to be 20px

* Fix: removing unnecessary width of svg
  • Loading branch information
Conrad Chan authored Aug 31, 2018
1 parent f28558c commit 55b4d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ $navigationBtnWidth: 50px;

.bp-navigate-left {
border-radius: 0 2px 2px 0;
left: 0;
left: 20px;
}

.bp-navigate-right {
border-radius: 2px 0 0 2px;
right: 0;
right: 20px;
}

0 comments on commit 55b4d8e

Please sign in to comment.