0
Fork 0
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:
Elena Baidakova 2022-11-29 16:08:11 +04:00 committed by GitHub
parent ba5b8ea33d
commit 86abab4f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;