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
+5 -3
View File
@@ -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;
}
+5 -3
View File
@@ -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;
}