diff --git a/static/css/layout.css b/static/css/layout.css index f70cfd7..06f69e7 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -49,10 +49,9 @@ .page__aside { grid-area: aside; color: var(--off-fg); - position: fixed; - top: 5rem; - width: 15rem; - margin-left: 50rem; + position: sticky; + top: 1rem; + right: 1rem; overflow-y: auto; max-height: 95vh; }