mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed members list header Safari bug
This commit is contained in:
parent
23da2a57fe
commit
7f384b8516
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,6 @@ ul.nostyle li {
|
|||
|
||||
.gh-list-scrolling thead tr {
|
||||
background: var(--main-bg-color);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
@ -348,6 +347,7 @@ ul.nostyle li {
|
|||
padding: 10px 20px;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
background: var(--main-bg-color);
|
||||
}
|
||||
|
||||
.gh-list-scrolling thead th:first-child {
|
||||
|
|
Loading…
Add table
Reference in a new issue