Commit 6a700166 authored by Randall Leeds's avatar Randall Leeds

fix flash of transparent sidebar

parent 32539f27
...@@ -131,7 +131,7 @@ $iconset: iconset_wireframe; ...@@ -131,7 +131,7 @@ $iconset: iconset_wireframe;
// Styles for the sidebar // Styles for the sidebar
.hyp-sidebar { .hyp-sidebar {
@include single-transition(margin-left, 0.6s, ease-in-out); @include single-transition(all, 0.6s, ease-in-out);
background: url('../images/noise_1.png'); background: url('../images/noise_1.png');
background-attachment: fixed; background-attachment: fixed;
color: #666666; color: #666666;
......
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