removed commented out CSS

This commit is contained in:
Phil Hughes 2017-09-25 10:57:23 +01:00
parent da6ff65198
commit 65415e3208
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F
2 changed files with 1 additions and 6 deletions

View file

@ -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');

View file

@ -600,11 +600,6 @@
.inline-parallel-buttons {
display: none;
}
+ .files,
+ .alert {
// margin-top: 32px;
}
}
}
}