Skip to content
Snippets Groups Projects
Verified Commit 65415e32 authored by Phil Hughes's avatar Phil Hughes
Browse files

removed commented out CSS

parent da6ff651
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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');
Loading
Loading
Loading
Loading
@@ -600,11 +600,6 @@
.inline-parallel-buttons {
display: none;
}
+ .files,
+ .alert {
// margin-top: 32px;
}
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment