0
Fork 0
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:
Peter Zimon 2022-01-18 12:11:14 +01:00
parent 23da2a57fe
commit 7f384b8516

View file

@ -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 {