From e6871754b90e2179a140c6f0c365b95be80e245b Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sun, 3 Feb 2019 22:35:33 -0500 Subject: Added preview box in schema view, added ScrollBox control, added resizable grid layout, cleaned up some styling for collection freeform view --- src/views/collections/CollectionFreeFormView.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/views/collections/CollectionFreeFormView.scss') diff --git a/src/views/collections/CollectionFreeFormView.scss b/src/views/collections/CollectionFreeFormView.scss index 870e48556..e9d134e7b 100644 --- a/src/views/collections/CollectionFreeFormView.scss +++ b/src/views/collections/CollectionFreeFormView.scss @@ -2,10 +2,19 @@ position: relative; top: 0; left: 0; + width: 100%; + height: 100%; overflow: hidden; .collectionfreeformview { position: absolute; top: 0; left: 0; } +} + +.border { + border-style: solid; + box-sizing: border-box; + width: 100%; + height: 100%; } \ No newline at end of file -- cgit v1.2.3-70-g09d2