Skip to content

Commit

Permalink
Update documentation/md/style.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz authored Nov 2, 2023
1 parent 656212e commit f967793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/md/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Endpoint modification is not supported for `curve-style: haystack` edges for per
* **`z-index`** : A numeric value that affects the relative draw order of elements. In general, an element with a higher `z-index` will be drawn on top of an element with a lower `z-index`.
* Note that edges are under nodes despite `z-index`, except when necessary for compound nodes.
* Note that unlike CSS proper, the `z-index` is a floating point value.
* A negative value does not have special behaviour. The element is layered according to `z-compound-depth` and `z-index-compare`, while `z-index` only sorts an element within a layer.
* Also unlike CSS proper, a negative value does not have special behaviour. The element is layered according to `z-compound-depth` and `z-index-compare`, while `z-index` only sorts an element within a layer.

Elements are drawn in a specific order based on compound depth (low to high), the element type (typically nodes above edges), and z-index (low to high). These styles affect the ordering:

Expand Down

0 comments on commit f967793

Please sign in to comment.