// Right Click Content.
#right_click_content {
display: none;
position: fixed;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1001;
opacity: 0;
background: rgba( #fff, 0.95 );
@include user-select(none);
.row {
min-width: 100%;
}
.columns {
>*:last-child {
margin: 0;
}
}
}