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