Commit cdcaaa5d by Marcus Efraimsson

minor scrollbar fixes

Hide page scrollbar when rendering using phantomjs.
Hide baron scrollbar when rendering using phantomjs.
parent db832554
......@@ -276,6 +276,11 @@
opacity: 0.9;
}
// fix for phantomjs
.body--phantomjs .baron__track .baron__bar {
opacity: 0 !important;
}
.baron__control {
display: none;
}
......
......@@ -34,6 +34,13 @@
}
}
// fix for phantomjs
.body--phantomjs {
.scroll-canvas {
overflow: hidden;
}
}
.page-body {
padding-top: $spacer*2;
min-height: 500px;
......
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