git ssb

16+

Dominic / patchbay



Tree: 1030b0d12b0cd09f230e0fbaceb7eaf441cb3757

Files: 1030b0d12b0cd09f230e0fbaceb7eaf441cb3757 / modules_basic / scroller.mcss

294 bytesRaw
1Scroller {
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