🐛 Fix double scrollbar in PSM code injection editors (#849)

refs TryGhost/Ghost#8896
- PSM code injection editors were suffering from the same issue as the Code Injection screen
- apply the same fix for the PSM editors as was used in #838
This commit is contained in:
cristears 2017-09-06 20:01:48 +09:00 committed by Kevin Ansfield
parent ad7d826b28
commit af91377a7d
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@
.settings-menu-content .CodeMirror-scroll {
min-height: 170px;
overflow: hidden !important;
margin-right: 0;
}
/* Background