mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Merge remote-tracking branch 'origin/653-properly-apply-z-index-in-the-system-view' into 653-properly-apply-z-index-in-the-system-view
This commit is contained in:
commit
e005573f83
|
@ -987,6 +987,8 @@ It's strongly recommended to use the same image dimensions for all badges as var
|
||||||
- Default is 3
|
- Default is 3
|
||||||
* `zIndex` - type: FLOAT.
|
* `zIndex` - type: FLOAT.
|
||||||
- z-index value for component. Components will be rendered in order of z-index value from low to high.
|
- 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue