Skip to content

Commit e89b64b

Browse files
author
Lucas Elisei
committedJan 7, 2017
Fix for issue atom-community#242
1 parent f1984a2 commit e89b64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎styles/markdown-preview.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
.markdown-preview {
55
atom-text-editor {
66
// only show scrollbars on hover
7-
.scrollbars-visible-always &::shadow {
7+
.scrollbars-visible-always &.editor {
88
.vertical-scrollbar,
99
.horizontal-scrollbar {
1010
visibility: hidden;
1111
}
1212
}
13-
.scrollbars-visible-always &:hover::shadow {
13+
.scrollbars-visible-always &:hover.editor {
1414
.vertical-scrollbar,
1515
.horizontal-scrollbar {
1616
visibility: visible;

0 commit comments

Comments
 (0)
Please sign in to comment.