Skip to content
Snippets Groups Projects
library.css 522 B
Newer Older
steven dale's avatar
steven dale committed
@import "../../css/units.css";
@import "../../css/colors.css";

.modal-content {
    position: absolute;

    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;

    overflow-y: auto;
    -webkit-overflow-scrolling: 'touch';
    user-select: none;

    /* Default modal resets */
    margin: 0;
    border: none;
    border-radius: 0;
}

Ray Schamp's avatar
Ray Schamp committed
.library-scroll-grid {
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 160px);