Files: 32aba29b1bd68e4ba002781ccc56db127018f545 / modules_basic / scroller.mcss
309 bytesRaw
1 | Scroller { |
2 | display: flex |
3 | flex-direction: column |
4 | |
5 | overflow: auto |
6 | width: 100% |
7 | height: 100% |
8 | min-height: 0px |
9 | |
10 | div.wrapper { |
11 | flex: 1 |
12 | max-width: 600px |
13 | margin-left: auto |
14 | margin-right: auto |
15 | |
16 | section.content { |
17 | |
18 | div { |
19 | border-top: solid 1px gainsboro |
20 | } |
21 | } |
22 | } |
23 | } |
24 | |
25 |
Built with git-ssb-web