18 lines
305 B
SCSS

/*
* App
* App styles for the app container.
*
* Dependencies:
* styles/tools/flex.scss
*
* Version:
* 1.0.0 - 2018/05/03
*/
@import '~@styles/global';
.c-app {
overflow-x: hidden;//Temporary until I find time to find the overflowing element
width: 100vw;
min-height: 100vh;
}