diff options
author | dzwdz | 2025-02-10 17:20:49 +0100 |
---|---|---|
committer | dzwdz | 2025-02-10 17:20:49 +0100 |
commit | 6f155f27997a4ef9c9f40edf3baff73b5ba34e5b (patch) | |
tree | 3ca74fdb19d55aee29fec63346b0a0cefe0842e5 /treed.css | |
parent | abf0a2ef258a4fc8fc2a47abb4f8fb6e70f50151 (diff) |
sticky acct header
Diffstat (limited to 'treed.css')
-rw-r--r-- | treed.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; |