react-toolbox/components/app/style.scss

11 lines
131 B
SCSS
Raw Normal View History

@import "../commons";
2015-10-29 08:33:21 +03:00
.root {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow-y: scroll;
}