Skip to content

Commit 5c57b9a

Browse files
authored
Merge pull request #209 from aswinzz/master
minor fix in scroll bar
2 parents 6d3d26f + 0d95c59 commit 5c57b9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ html {
1919

2020
/* Scrollbar Styling */
2121
::-webkit-scrollbar {
22-
width: 5px;
22+
width: 7px;
2323
}
2424

2525
::-webkit-scrollbar-track {
@@ -32,7 +32,7 @@ html {
3232
-webkit-border-radius: 10px;
3333
border-radius: 10px;
3434
min-height: 250px;
35-
background: linear-gradient(330deg, #5D009C ,#D40062,#E14327, #FCB600);
35+
background: linear-gradient(330deg, #5D009C ,#D40062, #FCB600);
3636
}
3737

3838
/*

0 commit comments

Comments
 (0)