Add subsections for references with 2+ examples.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 13:50:45 +00:00
parent 71b859b6e2
commit dd6e73aa39
14 changed files with 103 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ The scrollbar widths may also be set individually with `scrollbar-size-horizonta
## Examples
### Basic usage
In this example we modify the size of the widget's scrollbar to be _much_ larger than usual.
=== "Output"
@@ -38,6 +40,8 @@ In this example we modify the size of the widget's scrollbar to be _much_ larger
--8<-- "docs/examples/styles/scrollbar_size.css"
```
### Scrollbar sizes comparison
In the next example we show three containers with differently sized scrollbars.
=== "Output"