mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Fixed breadcrumb not working at narrow widths and member activity scroll gap
refs: https://github.com/TryGhost/Team/issues/1277 - added a z-index to fix breadcrumbs when filters overlap - made the scrolling list longer on the member activity page to remove gap
This commit is contained in:
parent
4b662db575
commit
0987630aa3
@ -1394,6 +1394,7 @@
|
|||||||
|
|
||||||
/* Canvas */
|
/* Canvas */
|
||||||
.gh-canvas-title {
|
.gh-canvas-title {
|
||||||
|
z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
border-top: 1px solid var(--whitegrey);
|
border-top: 1px solid var(--whitegrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-members-activity .gh-list-scrolling {
|
||||||
|
height: calc(100vh - 96px);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-members-activity .gh-list-scrolling thead th:last-child {
|
.gh-members-activity .gh-list-scrolling thead th:last-child {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user