mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-16 21:33:28 +01:00
15 lines
278 B
SCSS
15 lines
278 B
SCSS
.component_page_filespage{
|
|
.error{
|
|
cursor: pointer;
|
|
}
|
|
.container{
|
|
padding: 5px 0 20px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
.scroll-y{
|
|
overflow-y: scroll!important;
|
|
overflow-x: hidden!important;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|