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):
|
class CenterApp(App):
|
||||||
CSS = """
|
CSS = """
|
||||||
|
|
||||||
Screen {
|
CenterApp Screen {
|
||||||
layout: center;
|
layout: center;
|
||||||
overflow: auto auto;
|
overflow: auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
Static {
|
CenterApp Static {
|
||||||
border: wide $primary;
|
border: wide $primary;
|
||||||
background: $panel;
|
background: $panel;
|
||||||
width: 50;
|
width: 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user