﻿
/*
    Overrides the base-z-index to a value of 100.
    This is only applied on the Viewing room.
*/

:root {
    --z-index-base: 100 !important;
}