This commit is contained in:
Ross
2021-08-21 10:11:50 +01:00
parent 7233a4f419
commit 48a2fd672b
2 changed files with 10 additions and 6 deletions
+4 -2
View File
@@ -641,7 +641,9 @@ input {
} }
.floating-header { .floating-header {
position: stick; position: sticky;
top: 1px; top: 1px;
background-color: darkslategrey; background-color: black;
border: dashed 1px gray;
padding-left: 1em;
} }
+4 -2
View File
@@ -641,7 +641,9 @@ input {
} }
.floating-header { .floating-header {
position: stick; position: sticky;
top: 1px; top: 1px;
background-color: darkslategrey; background-color: black;
border: dashed 1px gray;
padding-left: 1em;
} }