diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-10 20:02:43 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-10 20:02:43 -0500 |
| commit | dc6453e27375a1b3d614a74b7fd1d83695f130d7 (patch) | |
| tree | a459aebcd55d10e8d8013649bd1417aa3b5058f2 /src/client/views/Palette.scss | |
| parent | daa8898f70bd44d2716f1f0d3371a8435a3ff638 (diff) | |
some final stuff
Diffstat (limited to 'src/client/views/Palette.scss')
| -rw-r--r-- | src/client/views/Palette.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/client/views/Palette.scss b/src/client/views/Palette.scss index 4513de2b0..0ec879288 100644 --- a/src/client/views/Palette.scss +++ b/src/client/views/Palette.scss @@ -1,13 +1,14 @@ .palette-container { .palette-thumb { touch-action: pan-x; - overflow: scroll; position: absolute; - width: 90px; height: 70px; + overflow: hidden; .palette-thumbContent { transition: transform .3s; + width: max-content; + overflow: hidden; .collectionView { overflow: visible; @@ -17,5 +18,13 @@ } } } + + .palette-cover { + width: 50px; + height: 50px; + position: absolute; + bottom: 0; + border: 1px solid black; + } } }
\ No newline at end of file |
