mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Remove member's activity double scrolling (#15897)
closes TryGhost/Team#2325
This commit is contained in:
parent
ba5b8ea33d
commit
86abab4f1d
1 changed files with 4 additions and 0 deletions
|
@ -289,6 +289,10 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.gh-members-activity-single.gh-members-activity .view-container {
|
||||
height: calc(100% - 96px);
|
||||
}
|
||||
|
||||
.gh-members-activity-icon svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue