.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user