﻿.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    background-color: white;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    padding: 1rem;
}

.fullscreen-content {
    height: 100%;
}
