ux: minor scroll fix

This commit is contained in:
Torkel Ödegaard 2017-08-15 09:46:38 +02:00
parent 27d6492f40
commit 547c61dc1a

View File

@ -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;