/*
    Utility
    Created on 11/20/2017 by Corey O'Brien.
*/

// style used to allow any component to expand to full screen.
.fullscreen {
    z-index: 9999; 
    width: 98%; 
    height: 98%; 
    position: fixed; 
    top: 1%; 
    left: 1%; 
}

.no-scroll {
    overflow: hidden;
}
