diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-04 15:56:38 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-04 15:56:38 -0500 |
| commit | 7eb6f1bcc35d852308e2c2ea466d9727d3ba10ef (patch) | |
| tree | a5d54bcc5fd9d41c25dfd95413460bf23d36a93e /src/client/views/collections/CollectionTimeView.scss | |
| parent | e6c1c5f08bf706023335936bebf463184650a6c2 (diff) | |
pivot view/time view working
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTimeView.scss b/src/client/views/collections/CollectionTimeView.scss index 3aac2bc75..df5057b5b 100644 --- a/src/client/views/collections/CollectionTimeView.scss +++ b/src/client/views/collections/CollectionTimeView.scss @@ -8,6 +8,9 @@ .collectionFreeform-customText { text-align: left; } + .collectionFreeform-customDiv { + position: absolute; + } .collectionTimeView-thumb { position: absolute; width: 30px; |
