From e1f686b8e5eb40864c4c735d558506470c71d590 Mon Sep 17 00:00:00 2001 From: jos Date: Sun, 26 Feb 2017 20:40:12 +0100 Subject: [PATCH] Fixed #368: Mode selection drop down not fully visible on small screen --- HISTORY.md | 1 + src/css/jsoneditor.css | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6fd8904..59eab00 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,7 @@ https://github.com/josdejong/jsoneditor - Fixed #309: already loaded version of Ace being overwritten by the embedded version of JSONEditor. +- Fixed #368: Mode selection drop down not fully visible on small screen. ## 2017-01-06, version 5.5.11 diff --git a/src/css/jsoneditor.css b/src/css/jsoneditor.css index 8a13282..5d5f898 100644 --- a/src/css/jsoneditor.css +++ b/src/css/jsoneditor.css @@ -185,7 +185,6 @@ div.jsoneditor { width: 100%; height: 100%; - overflow: hidden; position: relative; padding: 0; line-height: 100%;