diff --git a/docs/styles/scrollbar_size.md b/docs/styles/scrollbar_size.md index cd392b1fcc..6ff8384c80 100644 --- a/docs/styles/scrollbar_size.md +++ b/docs/styles/scrollbar_size.md @@ -44,6 +44,11 @@ In this example we modify the size of the widget's scrollbar to be _much_ larger In the next example we show three containers with differently sized scrollbars. +!!! tip + + If you want to hide the scrollbar but still allow the container to scroll + using the mousewheel or keyboard, you can set the scrollbar size to `0`. + === "Output" ```{.textual path="docs/examples/styles/scrollbar_size2.py"}