Removed filters from pages.

This commit is contained in:
Mike Cao 2023-03-29 23:29:37 -07:00
parent a026fc97fc
commit 358519dddd
4 changed files with 6 additions and 28 deletions

View file

@ -24,12 +24,12 @@
min-height: 90px;
margin-bottom: 20px;
background: var(--base50);
z-index: var(--z-index300);
}
.sticky {
position: sticky;
top: -1px;
z-index: 2;
}
.isSticky {