Skip to content

Commit

Permalink
fix: use default scrollbar in gwt editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Aug 10, 2017
1 parent a9e8da8 commit d1ce724
Showing 1 changed file with 0 additions and 13 deletions.
Expand Up @@ -997,19 +997,6 @@ a.downloadLink {
cursor: pointer;
}

::-webkit-scrollbar {
width: 6px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #cccccc;
}

::-webkit-scrollbar-thumb:window-inactive {
background: #f2f2f2;
}

#container > div {
background: #fff !important;
}
Expand Down

0 comments on commit d1ce724

Please sign in to comment.