Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
horizontal scrollbar (related to #82, but it seems to work only on Ch…
Browse files Browse the repository at this point in the history
…rome)
  • Loading branch information
Danny Koppenhagen authored and Danny Koppenhagen committed Jul 30, 2015
1 parent 2f662af commit 25c26d8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,24 @@ span.largeicon {
cursor: pointer;
background-color: #F5F5F5;
}


/* show scrollbars */
::-webkit-scrollbar {
-webkit-appearance: none;
}

::-webkit-scrollbar:horizontal {
height: 20px;
}

::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, .5);
border-radius: 10px;
border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #ffffff;
}

0 comments on commit 25c26d8

Please sign in to comment.