mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Sticky thead (#1258)
This commit is contained in:
@@ -1367,6 +1367,10 @@ div.soft-deprecation-notice blockquote.sidebar {
|
||||
background: var(--dark-grey-color);
|
||||
z-index: 1;
|
||||
}
|
||||
thead th {
|
||||
position: sticky;
|
||||
top: 3rem;
|
||||
}
|
||||
#intro .background,
|
||||
aside.tips,
|
||||
.layout-menu {
|
||||
|
||||
Reference in New Issue
Block a user