react-toolbox/components/app/style.scss

9 lines
106 B
SCSS
Raw Normal View History

2015-10-29 08:33:21 +03:00
.root {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
2015-10-30 22:30:56 +03:00
overflow-y: auto;
}