mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #1823 from Textualize/optimize-scroll
Optimize scroll with a Spatial Map
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
|
||||
Screen {
|
||||
layers: ruler;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Ruler {
|
||||
layer: ruler;
|
||||
dock: right;
|
||||
overflow: hidden;
|
||||
width: 1;
|
||||
background: $accent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user