From d1e33f2ef36f2cc3856648f08c26c41647116ab9 Mon Sep 17 00:00:00 2001 From: Max Franz Date: Thu, 19 Oct 2023 12:20:31 -0400 Subject: [PATCH] Updated related docs re. : Add support for float numbers in the z-index style property #3160 --- documentation/md/style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/md/style.md b/documentation/md/style.md index 3f5ff4116d..997fb60baa 100644 --- a/documentation/md/style.md +++ b/documentation/md/style.md @@ -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: