From 6f155f27997a4ef9c9f40edf3baff73b5ba34e5b Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 10 Feb 2025 17:20:49 +0100 Subject: sticky acct header --- treed.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'treed.css') diff --git a/treed.css b/treed.css index b7dbc09..8ff6202 100644 --- a/treed.css +++ b/treed.css @@ -32,11 +32,10 @@ body { display: flex; align-items: center; - /* TODO - background: #fff; + background: var(--background2); position: sticky; top: 0; - */ + border-bottom: 1px solid var(--border-color); margin-bottom: -1px; -- cgit v1.2.3