git ssb

16+

Dominic / patchbay



Tree: 0173c48b79cbde1e8ac112225fce0958e72331a7

Files: 0173c48b79cbde1e8ac112225fce0958e72331a7 / app / html / scroller.mcss

529 bytesRaw
1Scroller {
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
29Scroller -errors {
30 div.wrapper {
31 width: initial
32 max-width: 100%
33
34 section.content div {
35 border: none
36 }
37 }
38}
39
40

Built with git-ssb-web