0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed scrollable table data showing outside of table

no ref
This commit is contained in:
Djordje Vlaisavljevic 2022-11-01 22:45:23 +01:00
parent be66078a31
commit 2cd106ba02

View file

@ -15,8 +15,13 @@
padding-right: 0;
}
.gh-members-activity .view-container {
overflow-x: hidden;
height: calc(100% - 56px);
}
.gh-members-activity .gh-list-scrolling {
height: calc(100vh - 150px);
height: calc(100vh - 103px);
}
.gh-members-activity-single .gh-list-scrolling {