Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› Fix double scrollbar in PSM code injection editors (#849)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cristears authored and kevinansfield committed Sep 6, 2017
1 parent ad7d826 commit af91377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/styles/components/settings-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@

.settings-menu-content .CodeMirror-scroll {
min-height: 170px;
overflow: hidden !important;
margin-right: 0;
}

/* Background
Expand Down

0 comments on commit af91377

Please sign in to comment.