Skip to content

Commit

Permalink
Remove custom scrollbar design for badges on admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-webkul committed Nov 2, 2023
1 parent ce93a98 commit b587f27
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 b587f27

Please sign in to comment.