mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
sandbox fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user