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