git ssb

2+

mixmix / ticktack



Tree: abe1d8efd85c4721c21fbf54e2e4f1afbe7e4396

Files: abe1d8efd85c4721c21fbf54e2e4f1afbe7e4396 / app / html / scroller.mcss

481 bytesRaw
1Scroller {
2 overflow: auto
3 width: 100%
4 height: 100%
5 min-height: 0px
6
7 section.top {
8 /* position: sticky */
9 left: 0
10 right: 0
11 top: 0
12 z-index: 99
13
14 background-color: #fff
15 }
16
17 section.content {
18 background-color: #fff
19 $maxWidth
20 margin: .8rem auto
21 padding: .5rem 2rem
22
23 display: flex
24 flex-wrap: wrap
25
26 }
27
28 section.bottom {
29 }
30}
31
32/* Scroller -errors { */
33/* section.content div { */
34/* border: none */
35/* } */
36/* } */
37
38
39

Built with git-ssb-web