Files: 6aed4c72a3b36330eb67723b515b426ec7f5f06d / app / html / scroller.mcss
600 bytesRaw
1 | Scroller { |
2 | width: 100% |
3 | height: 100% |
4 | min-height: 0px |
5 | |
6 | overflow-y: scroll |
7 | overflow-x: auto |
8 | |
9 | |
10 | display: grid |
11 | justify-content: stretch |
12 | align-content: start |
13 | grid-template-columns: auto minmax(740px, 900px) auto |
14 | |
15 | section { |
16 | grid-column: 2 / 3 |
17 | |
18 | box-sizing: border-box |
19 | } |
20 | |
21 | section.top { |
22 | margin-top: 1rem |
23 | } |
24 | |
25 | section.content { |
26 | div { |
27 | border-bottom: solid 1px gainsboro |
28 | } |
29 | } |
30 | |
31 | section.bottom { |
32 | margin-bottom: 10rem |
33 | } |
34 | } |
35 | |
36 | Scroller -errors { |
37 | div.wrapper { |
38 | width: initial |
39 | max-width: 100% |
40 | |
41 | section.content div { |
42 | border: none |
43 | } |
44 | } |
45 | } |
46 | |
47 |
Built with git-ssb-web