Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / base / scroller.mcss
211 bytesRaw
1 | Scroller { |
2 | display: flex |
3 | flex-direction: column |
4 | overflow: auto |
5 | width: 100% |
6 | height: 100% |
7 | min-height: 0px |
8 | div.wrapper { |
9 | flex: 1 |
10 | width: 100% |
11 | margin-left: auto |
12 | margin-right: auto |
13 | } |
14 | } |
15 |
Built with git-ssb-web