git ssb

2+

mixmix / ticktack



Tree: fb0788760b2ce15437b50ead1e804b650cc19077

Files: fb0788760b2ce15437b50ead1e804b650cc19077 / app / html / scroller.mcss

511 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 /* align-self: center */
12
13 /* flex: 1 1 */
14 /* $threadWidth */
15 /* padding-top: .5rem */
16
17 /* section.content { */
18 /* div { */
19 /* border-bottom: solid 1px gainsboro */
20 /* } */
21 /* } */
22 /* } */
23}
24
25Scroller -errors {
26 div.wrapper {
27 width: initial
28 max-width: 100%
29
30 section.content div {
31 border: none
32 }
33 }
34}
35
36
37

Built with git-ssb-web