From 48a2fd672b7deb6d06ff4facf258638cc388e8fd Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 21 Aug 2021 10:11:50 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 8 +++++--- static/css/anatomy.css | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 4085a4b3..e2d20330 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -641,7 +641,9 @@ input { } .floating-header { - position: stick; - top: 1px; - background-color: darkslategrey; + position: sticky; + top: 1px; + background-color: black; + border: dashed 1px gray; + padding-left: 1em; } \ No newline at end of file diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 4085a4b3..e2d20330 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -641,7 +641,9 @@ input { } .floating-header { - position: stick; - top: 1px; - background-color: darkslategrey; + position: sticky; + top: 1px; + background-color: black; + border: dashed 1px gray; + padding-left: 1em; } \ No newline at end of file