fast path for scrolling

This commit is contained in:
Will McGugan
2023-02-17 10:42:42 +00:00
parent 06fa8d7e8e
commit 11d10db1ab
10 changed files with 237 additions and 86 deletions

View File

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