Skip to content
Snippets Groups Projects

Resolve "Move sub_nav content above the content-wrapper class"

Merged Mike Greiling requested to merge 29880-refactor-sidebar-hacks into master
2 files
+ 12
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -416,14 +416,16 @@
.page-with-layout-nav {
.right-sidebar {
top: ($header-height * 2) + 2;
top: ($header-height + 1) * 2;
}
.build-sidebar {
top: ($header-height * 3) + 3;
&.page-with-sub-nav {
.right-sidebar {
top: ($header-height + 1) * 3;
&.affix {
top: 0;
&.affix {
top: 0;
}
}
}
}
Loading