X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=resources%2Fsass%2Fepisodes.scss;h=33722576817344250a27a469df59fb66034894f0;hb=16bf08bb5cd6118704346f642a491d37c998ef54;hp=d4d686b6950241615b10a587686f26e3517d63bb;hpb=638802eaf20d636c16d7ce337ace508708705f2c;p=alttp.git diff --git a/resources/sass/episodes.scss b/resources/sass/episodes.scss index d4d686b..3372257 100644 --- a/resources/sass/episodes.scss +++ b/resources/sass/episodes.scss @@ -1,3 +1,13 @@ +.episodes-group-heading { + position: sticky; + top: 0; + margin: 2rem 0 0 0; + padding: 1rem 0 3rem 0; + background: $body-bg; + background: linear-gradient(180deg, $body-bg, $body-bg 65%, transparent); + z-index: 1; +} + .episodes-item { &.is-active { border-color: $success !important;