Skip to content

Commit

Permalink
fix: border-radius scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Barresi committed Feb 12, 2024
1 parent abc0170 commit 1bed800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
background: #d22828;

/* Вроде так красивше вышло, чекни скроллбары */
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-radius: 10px;
}

/* Handle on hover */
Expand Down

0 comments on commit 1bed800

Please sign in to comment.