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