mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs: typos
This commit is contained in:
@@ -35,7 +35,7 @@ This example creates three widgets and applies a different background to each.
|
||||
/* Blue background */
|
||||
background: blue;
|
||||
|
||||
/* 20% red backround */
|
||||
/* 20% red background */
|
||||
background: red 20%;
|
||||
|
||||
/* RGB color */
|
||||
|
||||
@@ -50,7 +50,7 @@ The right side has `overflow-y: hidden` which will prevent a scrollbar from bein
|
||||
## CSS
|
||||
|
||||
```sass
|
||||
/* Automatic scrollbars on both axies (the default) */
|
||||
/* Automatic scrollbars on both axes (the default) */
|
||||
overflow: auto auto;
|
||||
|
||||
/* Hide the vertical scrollbar */
|
||||
|
||||
Reference in New Issue
Block a user