Sticky table headers #121

Merged
gr00tie merged 3 commits from dev into main 2023-11-16 08:52:40 +00:00
Showing only changes of commit 23c7898bf8 - Show all commits

View file

@ -154,7 +154,9 @@ table {
thead { thead {
position: sticky; position: sticky;
top: 50px; top: 22px;
background: black;
box-shadow: 0 0 50px 5px #ff6f114d;
} }
table, th, td { table, th, td {