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