##// END OF EJS Templates
Changing position property to static for a more robust fix.
damianavila -
Show More
@@ -63,7 +63,7 b' html {'
63 opacity: 1;
63 opacity: 1;
64 }
64 }
65 .reveal .progress {
65 .reveal .progress {
66 top: 0;
66 position: static;
67 }
67 }
68 div.input_area {
68 div.input_area {
69 padding: 0.06em;
69 padding: 0.06em;
General Comments 0
You need to be logged in to leave comments. Login now