Fixed #368: Mode selection drop down not fully visible on small screen
This commit is contained in:
parent
717ed48474
commit
e1f686b8e5
|
@ -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
|
||||
|
|
|
@ -185,7 +185,6 @@ div.jsoneditor {
|
|||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
line-height: 100%;
|
||||
|
|
Loading…
Reference in New Issue