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:
parent
be66078a31
commit
2cd106ba02
1 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue