aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Palette.scss
blob: 4513de2b0fe90d46695c6eb749f562bf69a176d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.palette-container {
    .palette-thumb {
        touch-action: pan-x;
        overflow: scroll;
        position: absolute;
        width: 90px;
        height: 70px;

        .palette-thumbContent {
            transition: transform .3s;

            .collectionView {
                overflow: visible;

                .collectionLinearView-outer {
                    overflow: visible;
                }
            }
        }
    }
}