From 4147c2b98747a35f019a6ab0514005f3b600ec50 Mon Sep 17 00:00:00 2001 From: Sophia Hadash Date: Tue, 26 Oct 2021 16:05:12 +0200 Subject: [PATCH] documentation for the z-index property --- THEMES-DEV.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/THEMES-DEV.md b/THEMES-DEV.md index e13aea2c4..3bba4fa05 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -977,6 +977,8 @@ ES-DE borrows the concept of "nine patches" from Android (or "9-Slices"). Curren - Default is 3 * `zIndex` - type: FLOAT. - z-index value for component. Components will be rendered in order of z-index value from low to high. +* `legacyZIndexMode` - type: BOOLEAN + - If true, the carousel will ignore zIndex and always render on top of other components. The help system is a special element that displays a context-sensitive list of actions the user can take at any time. You should try and keep the position constant throughout every screen. Keep in mind the "default" settings (including position) are used whenever the user opens a menu.