Commit 65415e32 authored by Phil Hughes's avatar Phil Hughes

removed commented out CSS

parent da6ff651
......@@ -9,7 +9,7 @@ export const isSticky = (el, scrollY, stickyTop, insertPlaceholder) => {
const top = Math.floor(el.offsetTop - scrollY);
if (top <= stickyTop && !el.classList.contains('is-stuck')) {
const placeholder = insertPlaceholder ? createPlaceholder(el) : null;
const placeholder = insertPlaceholder ? createPlaceholder() : null;
const heightBefore = el.offsetHeight;
el.classList.add('is-stuck');
......
......@@ -600,11 +600,6 @@
.inline-parallel-buttons {
display: none;
}
+ .files,
+ .alert {
// margin-top: 32px;
}
}
}
}
......
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