CC-6082 - add y-scrollbar to file metadata editor at small resolutions

This commit is contained in:
Duncan Sommerville 2015-08-18 12:58:34 -04:00
parent 263c2709bf
commit cee2fe5a63
2 changed files with 5 additions and 1 deletions

View file

@ -445,7 +445,7 @@ var AIRTIME = (function(AIRTIME){
}
$tabCount++;
var wrapper = "<div tab-id='" + $tabCount + "' id='pl-tab-content-" + $tabCount + "' class='side_playlist pl-content'><div class='editor_pane_wrapper'></div></div>",
var wrapper = "<div tab-type='" + json.type + "' tab-id='" + $tabCount + "' id='pl-tab-content-" + $tabCount + "' class='side_playlist pl-content'><div class='editor_pane_wrapper'></div></div>",
t = $("#show_builder").append(wrapper).find("#pl-tab-content-" + $tabCount),
pane = $(".editor_pane_wrapper:last"),
name = json.type == "md" ? // file