@import "/UI/Theme.scss";
ContextMenuHost
{
position: absolute;
width: 100%;
height: 100%;
color: #cdf;
justify-content: center;
font-family: $body-font;
font-size: 14px;
font-weight: 600;
z-index: 500;
> .container
{
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
margin: 0px;
z-index: 100;
pointer-events: none;
}
}