diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-29 13:58:36 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-29 13:58:36 -0400 |
| commit | 1c5c84c91742ff7822194519f536338bf96e6453 (patch) | |
| tree | a5bba6b46114afbc959a3191d3a9e44dace66681 /src/client/views/collections/CollectionStackingView.scss | |
| parent | e7ea2028f54787d6c92fb22b789f17b7268d3793 (diff) | |
fixed things to chrome and stacking view styling
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss index 9dbe4ccb8..004b57eff 100644 --- a/src/client/views/collections/CollectionStackingView.scss +++ b/src/client/views/collections/CollectionStackingView.scss @@ -5,6 +5,7 @@ width: 100%; position: absolute; display: flex; + top: 0; overflow-y: auto; flex-wrap: wrap; transition: top .5s; |
