Commit 57b2dd58 authored by Randall Leeds's avatar Randall Leeds

Much simpler fix for #1215 than 20dca37

parent d3a02cf0
...@@ -1217,7 +1217,6 @@ h3.stream { ...@@ -1217,7 +1217,6 @@ h3.stream {
.viewsort { .viewsort {
@include single-transition(top, .25s); @include single-transition(top, .25s);
padding-bottom: 2em;
width: 100%; width: 100%;
text-align: center; text-align: center;
position: absolute; position: absolute;
...@@ -1228,6 +1227,7 @@ h3.stream { ...@@ -1228,6 +1227,7 @@ h3.stream {
&.ng-hide { &.ng-hide {
top: 0; top: 0;
display:block!important; display:block!important;
overflow: hidden;
} }
} }
......
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