Skip to content

Commit

Permalink
Merge pull request #5244 from KrzysztofSobol/main
Browse files Browse the repository at this point in the history
fixed the "backround" typo
  • Loading branch information
willmcgugan authored Nov 16, 2024
2 parents 98172d6 + f3460f8 commit bbfd882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/styles/scrollbar_colors/scrollbar_background.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `scrollbar-background` style sets the background color of the scrollbar.
## CSS

```css
scrollbar-backround: blue;
scrollbar-background: blue;
```

## Python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `scrollbar-background-active` style sets the background color of the scrollb
## CSS

```css
scrollbar-backround-active: red;
scrollbar-background-active: red;
```

## Python
Expand Down

0 comments on commit bbfd882

Please sign in to comment.