mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed all sources modal height
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
4704e7ab31
commit
4630e5122b
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ Dashboard Attribution */
|
|||
}
|
||||
|
||||
.gh-all-sources .gh-dashboard-list-body {
|
||||
max-height: calc(100vh - 215px);
|
||||
max-height: calc(100vh - 255px);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue