Files
textual/docs/examples/styles/scrollbar_gutter.css
darrenburns fec73ba0e1 Docs content align (#700)
* Docs for content-align, some bug fixes for it too

* Make the example output a little clearer

* Remove app.run() from content-align docs example

* Improve wording

* Move content-align and scrollbar-gutter docs exmaples to split css/py files

* Remove app.run() from scrollbar-gutter docs example
2022-08-19 15:35:31 +01:00

9 lines
109 B
CSS

Screen {
scrollbar-gutter: stable;
}
#text-box {
color: floralwhite;
background: darkmagenta;
}