Commit 547c61dc by Torkel Ödegaard

ux: minor scroll fix

parent 27d6492f
......@@ -23,7 +23,7 @@
position: absolute;
width: 100%;
height: calc(100% - 54px);
overflow: scroll;
overflow: auto;
}
.page-header-inner {
......@@ -107,9 +107,9 @@
$breadcrumb-hover-hl: #111;
$page-nav-bg: black;
// .page-nav {
// background: $page-nav-bg;
// }
.page-nav {
background: $page-nav-bg;
}
.page-breadcrumb {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment