fix(Alert): move intercom's zindex below alert

This commit is contained in:
Aminejv 2021-12-20 17:48:37 +01:00
parent edc712bb1d
commit b78c9ce252

View File

@ -141,9 +141,9 @@ export const shadow = {
export const zindex = {
navigation: 1,
body: 2,
intercom: 2,
alert: 3,
header: 4,
intercom: 4,
sidebar: 5,
modal: 6,
jumper: 7,