You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK uses z-index inside a few components. When an integrator created a custom template they sometimes have to set z-index too. Their settings have to be compatible with SDK z-index settings. This is hard at the moment, as we have no documentation about z-index usage.
To solve this issue we should create variables for z-index settings:
We should document those variables and list where they are used in the code -> our current CSS variable generation workflow doesn't support this out of the box, but can be updated to suit this use-case
The text was updated successfully, but these errors were encountered:
The SDK uses
z-index
inside a few components. When an integrator created a custom template they sometimes have to setz-index
too. Their settings have to be compatible with SDKz-index
settings. This is hard at the moment, as we have no documentation aboutz-index
usage.To solve this issue we should create variables for
z-index
settings:We should document those variables and list where they are used in the code -> our current CSS variable generation workflow doesn't support this out of the box, but can be updated to suit this use-case
The text was updated successfully, but these errors were encountered: