aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-12-16 13:27:27 -0500
committerbob <bcz@cs.brown.edu>2019-12-16 13:27:27 -0500
commit9b57281e07afb2ee844b686d986f079ea483c31c (patch)
tree78d26bbc35c73eafe4b24d353262394fe247ff4e /src
parent6c96238283acb38db79234f67966709b90f02527 (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/CollectionView.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.scss b/src/client/views/collections/CollectionView.scss
index 0bf5c8767..1c46081a1 100644
--- a/src/client/views/collections/CollectionView.scss
+++ b/src/client/views/collections/CollectionView.scss
@@ -9,7 +9,7 @@
border-radius: inherit;
width: 100%;
height: 100%;
- overflow: hidden; // bcz: why was this 'auto'? is it needed? causes scrollbars for some collection freeform views
+ overflow: hidden; // bcz: used to be 'auto' which would create scrollbars when there's a floating doc that's not visible. not sure if that's better, but the scrollbars are annoying...
}
#google-tags {