Remove scrollbar generated since r1957
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1973 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
09ab8a85fe
commit
e3a8fb92b2
|
@ -532,7 +532,7 @@
|
|||
position: absolute;
|
||||
top: 77px;
|
||||
left: 40px;
|
||||
right: -2px;
|
||||
right: 0;
|
||||
line-height: 22px;
|
||||
overflow: auto;
|
||||
border: 1px solid #777;
|
||||
|
|
|
@ -4721,6 +4721,13 @@
|
|||
});
|
||||
};
|
||||
|
||||
Editor.disableUI = function(featList) {
|
||||
// $(function() {
|
||||
// $('#tool_wireframe, #tool_image, #main_button, #tool_source, #sidepanels').remove();
|
||||
// $('#tools_top').css('left', 5);
|
||||
// });
|
||||
};
|
||||
|
||||
Editor.loadFromURL = function(url, opts) {
|
||||
if(!opts) opts = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue