Skip to content

Commit

Permalink
📝 Update README with new text-editor attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed May 20, 2016
1 parent d76d410 commit 3a9d595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ The Minimap package doesn't provide any default keybindings. But you can define
If you want to hide the default editor scrollbar, edit your `style.less` (Open Your Stylesheet) and use the following snippet:

```css
atom-text-editor .vertical-scrollbar,
atom-text-editor::shadow .vertical-scrollbar {
atom-text-editor[with-minimap] .vertical-scrollbar,
atom-text-editor[with-minimap]::shadow .vertical-scrollbar {
opacity: 0;
width: 0;
}
Expand Down

0 comments on commit 3a9d595

Please sign in to comment.