Skip to content

Commit

Permalink
Merge pull request #36 from carpentries/fix-navbar-z
Browse files Browse the repository at this point in the history
update z-index for bottom-nav
  • Loading branch information
zkamvar authored May 11, 2022
2 parents 1333c27 + 46b276e commit e9f5f87
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: varnish
Title: Front-end for The Carpentries Lesson Template
Version: 0.1.11
Version: 0.1.12
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# varnish 0.1.10
# varnish 0.1.12

* dropdown navigation no longer is hidden by the sidebar on XXL screens;
z-index of `nav.bottom-nav` set to 3.
(reported: #35 by @brownsarahm, fixed: #36 by @zkamvar)

# varnish 0.1.11

* blockquotes are now more clearly delineated from the rest of the content
(reported: #27, fixed: #31)
(reported: #27 by @fiveop, fixed: #31 by @zkamvar)

# varnish 0.1.10

Expand Down
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions source/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
border:none;
box-shadow: 0px 2px 2px rgba(60, 55, 68, 0.15);
position: relative;
z-index: 2;
z-index: 3;
padding-bottom: 20px;
margin-top: 10px;
}
Expand Down Expand Up @@ -412,7 +412,7 @@
margin-right: 0px;
}

.lesson-title-md {
.lesson-title-md {
display: inline;
font-family: Mulish;
font-style: normal;
Expand All @@ -436,6 +436,7 @@

.bottom-nav {
padding-right: 40px;
z-index: 3;
}

.lesson-title {
Expand Down

0 comments on commit e9f5f87

Please sign in to comment.