Commit 547c61dc by Torkel Ödegaard

ux: minor scroll fix

parent 27d6492f
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
position: absolute; position: absolute;
width: 100%; width: 100%;
height: calc(100% - 54px); height: calc(100% - 54px);
overflow: scroll; overflow: auto;
} }
.page-header-inner { .page-header-inner {
...@@ -107,9 +107,9 @@ ...@@ -107,9 +107,9 @@
$breadcrumb-hover-hl: #111; $breadcrumb-hover-hl: #111;
$page-nav-bg: black; $page-nav-bg: black;
// .page-nav { .page-nav {
// background: $page-nav-bg; background: $page-nav-bg;
// } }
.page-breadcrumb { .page-breadcrumb {
display: flex; 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