git ssb

16+

Dominic / patchbay



Tree: 16d4fed8035a33d71d29eb20773bfe59fa2100f0

Files: 16d4fed8035a33d71d29eb20773bfe59fa2100f0 / app / html / scroller.mcss

425 bytesRaw
1Scroller {
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 align-self: center
12
13 flex: 1 1
14 max-width: 780px
15
16 section.content {
17 div {
18 border-bottom: solid 1px gainsboro
19 }
20 }
21 }
22}
23
24Scroller -errors {
25 div.wrapper {
26 width: initial
27 max-width: 100%
28
29 section.content div {
30 border: none
31 }
32 }
33}
34
35

Built with git-ssb-web