git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 1ffb6ae6e03b82a91ea233cbf81348587a086fe1

Files: 1ffb6ae6e03b82a91ea233cbf81348587a086fe1 / styles / scroller.mcss

214 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: 600px
13 margin-left: auto
14 margin-right: auto
15 }
16}
17

Built with git-ssb-web