Skip to content

Commit ae68f62

Browse files
committed
chore: remove z-index from readme
1 parent 0822710 commit ae68f62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ When several plugins create decorations for the same layer, the general rule is
136136
- On the foreground layer, the `highlight-over` decorations are rendered before the `highlight-outine` decorations.
137137
- When two plugins adds the same type of decorations at the same place, the decorations are rendered in the order they have been created.
138138

139-
But fortunately, it's possible to reorder decorations on their specific layer using these settings. These settings works as a `z-index` in CSS, the higher the value, the higher the decorations will be in the render stack, for instance, a plugin's decorations with an order value of `1` will appear above decorations from a plugin with an order value of `0`.
140-
141139
#### Smooth Scrolling
142140

143141
Whether to offset the minimap canvas when scrolling to keep the scroll smooth. When `true` the minimap canvas will be offseted, resulting in a smoother scroll, but with the side-effect of a blurry minimap when the canvas is placed between pixels. When `false` the canvas will always stay at the same position, and will never look blurry, but the scroll will appear more jagged. `(default=true)`

0 commit comments

Comments
 (0)