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