MDL-76982 theme_classic: Fix positioning of sticky previous/next buttons

This commit is contained in:
Rajneel Totaram
2023-08-18 18:53:10 +12:00
parent bfea7da668
commit d2b80feee4
+15
View File
@@ -18,6 +18,21 @@ img.userpicture {
}
}
.path-mod-book {
#mod_book-chaptersnavigation {
margin-left: -5px;
margin-right: -5px;
@include media-breakpoint-down(md) {
top: calc(100% - 150px);
}
}
.book_content {
margin: 0 30px;
}
}
.tertiary-navigation {
&.full-width-bottom-border {