0
Fork 0
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:
Djordje Vlaisavljevic 2022-10-07 10:53:42 +02:00 committed by Rishabh Garg
parent 4704e7ab31
commit 4630e5122b

View file

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