From da9b4ab0b157aba7cbc58ed16f94c0f59c28151c Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 15 Jul 2016 23:44:42 +0300 Subject: [PATCH] Dropdown overflow fix --- lib/components/JsonSchema/json-schema.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/components/JsonSchema/json-schema.scss b/lib/components/JsonSchema/json-schema.scss index c78ab89a..298beb10 100644 --- a/lib/components/JsonSchema/json-schema.scss +++ b/lib/components/JsonSchema/json-schema.scss @@ -69,6 +69,10 @@ $array-marker-line-height: 1.5; } } +zippy { + overflow: visible; +} + .zippy-content-wrap { padding: 0; }