Files
filestash/client/pages/filespage.scss
2018-05-05 00:23:05 +10:00

29 lines
496 B
SCSS

.component_page_filespage{
display: flex;
flex-direction: column;
height: 100%;
.error{
cursor: pointer;
}
.container{
padding: 5px 0 20px 0;
box-sizing: border-box;
}
.page_container{
flex: 1;
display: flex;
overflow: hidden;
}
}
.scroll-y{
flex: 1;
overflow-y: scroll!important;
overflow-x: hidden!important;
-webkit-overflow-scrolling: touch;
> .container{
height: 100%;
}
}