0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

💄 Fixed scrollbar on editor title input in Chrome on Windows (#822)

closes https://github.com/TryGhost/Ghost/issues/8866
- add `overflow: hidden` to disable scrollbars on editor title input
This commit is contained in:
Kevin Ansfield 2017-08-10 11:52:59 +01:00 committed by Aileen Nowak
parent 6cc5ad15ec
commit 11cbe1abba

View file

@ -342,6 +342,7 @@
line-height: 1.15em;
font-weight: bold;
letter-spacing: 0.8px;
overflow: hidden;
}
.gh-editor-wordcount {