git ssb

10+

Matt McKegg / patchwork



Tree: a97b2ac07374b443c84bbd1f8d2c42f40456a4bb

Files: a97b2ac07374b443c84bbd1f8d2c42f40456a4bb / styles / dark / scroller.mcss

254 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 flex: 1
12 width: 100%
13 max-width: 740px
14 margin-left: auto
15 margin-right: auto
16 padding: 0 20px
17 }
18}
19

Built with git-ssb-web