mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fixed the "backround" typo
This commit is contained in:
@@ -35,7 +35,7 @@ The `scrollbar-background` style sets the background color of the scrollbar.
|
||||
## CSS
|
||||
|
||||
```css
|
||||
scrollbar-backround: blue;
|
||||
scrollbar-background: blue;
|
||||
```
|
||||
|
||||
## Python
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user