mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-23 12:00:15 +00:00
code: avoid inline code to display above sticky table headers #1035
This commit is contained in:
parent
68220ad15a
commit
6813ad02b4
2 changed files with 2 additions and 1 deletions
|
@ -1017,6 +1017,7 @@ tr:has(th) {
|
|||
background-color: var(--INTERNAL-MAIN-BG-color);
|
||||
position: sticky;
|
||||
top: -1px;
|
||||
z-index: 110;
|
||||
}
|
||||
div.highlight > div td {
|
||||
border-width: 0;
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.4.1
|
||||
7.4.1+68220ad15a241c2305244bd51ece487a68c267ca
|
Loading…
Add table
Reference in a new issue