Files: c24946ad74bf65f4ff10b27c737cc02628f88c75 / app / html / scroller.mcss
481 bytesRaw
1 | Scroller { |
2 | overflow: auto |
3 | width: 100% |
4 | height: 100% |
5 | min-height: 0px |
6 | |
7 | section.top { |
8 | /* position: sticky */ |
9 | left: 0 |
10 | right: 0 |
11 | top: 0 |
12 | z-index: 99 |
13 | |
14 | background-color: #fff |
15 | } |
16 | |
17 | section.content { |
18 | background-color: #fff |
19 | $maxWidth |
20 | margin: .8rem auto |
21 | padding: .5rem 2rem |
22 | |
23 | display: flex |
24 | flex-wrap: wrap |
25 | |
26 | } |
27 | |
28 | section.bottom { |
29 | } |
30 | } |
31 | |
32 | /* Scroller -errors { */ |
33 | /* section.content div { */ |
34 | /* border: none */ |
35 | /* } */ |
36 | /* } */ |
37 | |
38 | |
39 |
Built with git-ssb-web