git ssb

2+

mixmix / ticktack



Tree: 5e079c1ed4ae498b22ca2dad8c325053457a193c

Files: 5e079c1ed4ae498b22ca2dad8c325053457a193c / app / html / scroller.mcss

470 bytesRaw
1Scroller {
2
3 overflow: auto
4 width: 100%
5 height: 100%
6 min-height: 0px
7
8 /* div.wrapper { */
9 /* align-self: center */
10
11 /* flex: 1 1 */
12 /* $threadWidth */
13 /* padding-top: .5rem */
14
15 /* section.content { */
16 /* div { */
17 /* border-bottom: solid 1px gainsboro */
18 /* } */
19 /* } */
20 /* } */
21}
22
23Scroller -errors {
24 div.wrapper {
25 width: initial
26 max-width: 100%
27
28 section.content div {
29 border: none
30 }
31 }
32}
33
34
35

Built with git-ssb-web