toggle-corp/react-store

View on GitHub
components/General/Responsive/styles.scss

Summary

Maintainability
Test Coverage
.responsive {
    display: flex;
    flex-direction: column;
    // Not needed here for now
    // overflow-y: auto;

    .responsive-child {
        flex-grow: 1;
    }
}