sandbox fix

This commit is contained in:
Will McGugan
2022-08-16 20:17:08 +01:00
parent c915c38418
commit cafff08e23

View File

@@ -5,12 +5,12 @@ from textual.widgets import Static
class CenterApp(App):
CSS = """
Screen {
CenterApp Screen {
layout: center;
overflow: auto auto;
}
Static {
CenterApp Static {
border: wide $primary;
background: $panel;
width: 50;