Skip to content

Commit

Permalink
Design bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepkumarverma1 committed Feb 10, 2024
1 parent 2684139 commit 17d8585
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ body {
font-family: Arial, Helvetica, sans-serif;
}


::-webkit-scrollbar {
width: 1px;
height: 5px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
background: #888;
border-radius: 4px;
}

h1 {
text-align: center;
margin: 0;
Expand Down Expand Up @@ -33,6 +48,8 @@ h1 {
font-family: inherit;
user-select: none;
padding-block: 10px;
overflow-x: scroll;
overflow-y: hidden;
}

#all-btns {
Expand Down

0 comments on commit 17d8585

Please sign in to comment.