Skip to content

Commit

Permalink
Hide scrollbars in playground for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Dec 19, 2015
1 parent 8b2316e commit 3505941
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/app/components/layout/main/components/playground.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
position: absolute;
right: 0;
overflow-y: auto;
&::-webkit-scrollbar {
width: 0;
height: 0;
}
}

.editor {
Expand Down

0 comments on commit 3505941

Please sign in to comment.