git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 011ddc7e8f1977900832da37876ff81783bc7b9f

Files: 011ddc7e8f1977900832da37876ff81783bc7b9f / styles / light / scroller.mcss

251 bytesRaw
1Scroller {
2 display: flex
3 flex-direction: column
4 padding: 0 20px
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: 700px
14 margin-left: auto
15 margin-right: auto
16 }
17}
18

Built with git-ssb-web