aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/style/z_index.ts
blob: a3998f59b028f5201da3e10a233112ec917455f5 (plain) (blame)
1
2
3
4
5
6
export const zIndex = {
    topBar: 1100,
    aboveTopBar: 1101,
    overlay: 1105,
    aboveOverlay: 1106,
};