Fixes rust-lang/book#29 where the navigation arrow for next chapter was displayed on top of the scroll bar making it unusable
This commit is contained in:
parent
95d82a924f
commit
f1cd9f54c2
|
@ -222,7 +222,7 @@ h3 {
|
|||
left: 0;
|
||||
}
|
||||
.next {
|
||||
right: 0;
|
||||
right: 15px;
|
||||
}
|
||||
.theme-popup {
|
||||
position: fixed;
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
.mobile-nav-chapters { display: none }
|
||||
.nav-chapters:hover { text-decoration: none }
|
||||
.previous { left: 0 }
|
||||
.next { right: 0 }
|
||||
.next { right: 15px }
|
||||
|
|
Loading…
Reference in New Issue