fix: Sticky archive header

This commit is contained in:
Tom Moor
2021-03-24 18:42:12 -07:00
parent 46912f8ddb
commit 6a7d7af767
2 changed files with 10 additions and 15 deletions

View File

@ -83,6 +83,7 @@ const Wrapper = styled(Flex)`
transition: all 100ms ease-out;
transform: translate3d(0, 0, 0);
backdrop-filter: blur(20px);
min-height: 56px;
@media print {
display: none;