aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/style/z_index.ts
blob: bd034182ecac8064b3a81f374dfb44d940c2e517 (plain) (blame)
1
2
3
4
5
6
7
8
export const zIndex = {
    errorPopBehind: 10,
    mainContainer: 20,
    dropdownItems: 30,
    panel: 40,
    errorPopup: 50,
    overlayDefault: 100,
};