mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-22 08:16:04 +01:00
16 lines
297 B
SCSS
16 lines
297 B
SCSS
.component_page_filespage{
|
|
.error{
|
|
cursor: pointer;
|
|
}
|
|
.container{
|
|
padding: 5px 0 20px 0;
|
|
height: 100%;
|
|
boxSizing: border-box;
|
|
}
|
|
}
|
|
|
|
.scroll-y{
|
|
overflow-y: auto!important;
|
|
overflow-x: hidden!important;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|