aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-05-30 23:05:40 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-05-30 23:05:40 -0400
commit1c954ccf7583d1e63613a7e47724fbdc2000a8f5 (patch)
tree5e62c5c21bac08b5c70a4f8a040bb877b03699d7 /src/client/views/collections/CollectionSchemaView.scss
parent83edfcd06b659839f161121728de02aca91d4af8 (diff)
fixed dragging schemas w/ preview open by adding overflow hidden.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index df5c52d01..186e006f3 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -11,6 +11,7 @@
position: absolute;
width: 100%;
height: 100%;
+ overflow: hidden;
.collectionSchemaView-cellContents {
height: $MAX_ROW_HEIGHT;