diff --git a/src/styles/ui_state.scss b/src/styles/ui_state.scss index aa2e496..3f8527f 100644 --- a/src/styles/ui_state.scss +++ b/src/styles/ui_state.scss @@ -1,10 +1,3 @@ :root { --navHeight: 0; - - // Z Indexes - --baseZ: 10; - --navZ: var(--baseZ) + 1; - --popupZ: var(--navZ) + 1; - --modalZ: var(--popupZ) + 1; - --particlesZ: var(--modalZ) + 1; }