Skip to content

Commit

Permalink
Merge pull request #869 from abhishek-webkul/gli-1658
Browse files Browse the repository at this point in the history
Removed: Custom scrollbar design for badges on admin dashboard
  • Loading branch information
rohit053 authored Dec 28, 2023
2 parents a48ec96 + b587f27 commit ce74ab1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions modules/dashguestcycle/views/css/dashguestcycle.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,6 @@
* @license LICENSE.txt
*/

/* scrollbar design - start */
#dashguestcycle.dashboard-top ::-webkit-scrollbar {
height: 12px;
margin-bottom: 5px;
}

#dashguestcycle.dashboard-top ::-webkit-scrollbar-track {
background-color: #DDD;
margin: 0 6px;
border-radius: 10px;
}

#dashguestcycle.dashboard-top ::-webkit-scrollbar-thumb {
background-color: #BBB;
border-radius: 10px;
margin-bottom: 5px;

}
/* scrollbar design - end */

#dashguestcycle {
padding-bottom: 5px;
}
Expand Down

0 comments on commit ce74ab1

Please sign in to comment.