[DE embed] debug bottom placement of toolbar
This commit is contained in:
parent
3c27c09322
commit
9cd0dcb9d4
|
@ -79,6 +79,8 @@ var ApplicationController = new(function(){
|
||||||
} else {
|
} else {
|
||||||
$('#toolbar').addClass('bottom');
|
$('#toolbar').addClass('bottom');
|
||||||
$('#editor_sdk').addClass('bottom');
|
$('#editor_sdk').addClass('bottom');
|
||||||
|
$('#box-tools').removeClass('dropdown').addClass('dropup');
|
||||||
|
ttOffset[1] = -40;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.canBackToFolder === false || !(config.customization && config.customization.goback && config.customization.goback.url)) {
|
if (config.canBackToFolder === false || !(config.customization && config.customization.goback && config.customization.goback.url)) {
|
||||||
|
|
Loading…
Reference in a new issue