Merge pull request #1823 from Textualize/optimize-scroll

Optimize scroll with a Spatial Map
This commit is contained in:
Will McGugan
2023-02-21 10:41:04 +00:00
committed by GitHub
16 changed files with 538 additions and 177 deletions

View File

@@ -28,12 +28,12 @@
Screen {
layers: ruler;
overflow: hidden;
}
Ruler {
layer: ruler;
dock: right;
overflow: hidden;
width: 1;
background: $accent;
}