Skip to content

Commit

Permalink
Updated related docs re. : Add support for float numbers in the z-ind…
Browse files Browse the repository at this point in the history
…ex style property #3160
  • Loading branch information
maxkfranz committed Oct 19, 2023
1 parent eff8c8c commit d1e33f2
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 @@ -535,7 +535,7 @@ Endpoint modification is not supported for `curve-style: haystack` edges for per
* An `opacity: 0` element is interactive.
* **`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. Like CSS, the value is non-negative.
* Note that unlike CSS proper, the `z-index` is a floating point value.
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 d1e33f2

Please sign in to comment.