From 7233a4f419a8bf289cad225c204f90a618af5542 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 21 Aug 2021 10:00:53 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 2 +- static/css/anatomy.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index f6509942..4085a4b3 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -644,4 +644,4 @@ input { position: stick; top: 1px; background-color: darkslategrey; -}:where \ No newline at end of file +} \ No newline at end of file diff --git a/static/css/anatomy.css b/static/css/anatomy.css index f560ff07..4085a4b3 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -638,4 +638,10 @@ input { .date:hover { opacity: 100%; +} + +.floating-header { + position: stick; + top: 1px; + background-color: darkslategrey; } \ No newline at end of file