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