Skip to content

Commit

Permalink
Css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 8, 2018
1 parent c5234f4 commit 34973e3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions server/files/stylesheets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -2026,21 +2026,20 @@ code .chunk {
margin-left: 250px;
}

#example .full.height > .toc .ui.menu::-webkit-scrollbar-track,
#example .article::-webkit-scrollbar-track {
#example .full.height > .toc .ui.menu::-webkit-scrollbar {
-webkit-appearance: none;
}
#example .full.height > .toc .ui.menu::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0);
}
#example .full.height > .toc .ui.menu::-webkit-scrollbar-thumb,
#example .article::-webkit-scrollbar-track {
#example .full.height > .toc .ui.menu::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0);
}

#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-track,
#example .article:hover::-webkit-scrollbar-track {
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.1);
}
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-thumb,
#example .article:hover::-webkit-scrollbar-track {
#example .full.height > .toc .ui.menu:hover::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.25);
}

Expand Down

0 comments on commit 34973e3

Please sign in to comment.