Skip to content

Commit

Permalink
change scroll bar size
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilphoenix71 committed Oct 29, 2018
1 parent b19e263 commit e6f0455
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/css/adminlte/_AdminLTE-nextdom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.main-header {
z-index: 1030;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
width: 80px;
border-radius: 3px;
border-radius: 5px;
}
::-webkit-scrollbar-corner {
background-color: transparent;
Expand Down

0 comments on commit e6f0455

Please sign in to comment.