mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
🎨 fix editor header not covering scrolled content (#769)
no issue - background color of the editor header at smaller screen sizes had been removed resulting in the editor content showing through when scrolling, this adds the explicit bg color back for both normal and dark mode
This commit is contained in:
parent
036ab413d3
commit
d2a1835f5a
@ -250,6 +250,10 @@ input,
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.gh-editor-header-small {
|
||||
background: #263238;
|
||||
}
|
||||
|
||||
.gh-editor .CodeMirror-cursor {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
@ -170,6 +170,7 @@
|
||||
height: 43px;
|
||||
padding: 0;
|
||||
padding-left: 15px;
|
||||
background-color: #fff;
|
||||
border-bottom: var(--lightgrey) 1px solid;
|
||||
z-index: 100;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user