From 53d2bf299441c0f1b82a9fc4d115305a31a35c7c Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 5 Sep 2013 20:21:12 +0300 Subject: [PATCH] Use left bar width for lower overlay layer --- js/documents.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/documents.js b/js/documents.js index f9c83f28..8c02ab00 100644 --- a/js/documents.js +++ b/js/documents.js @@ -8,6 +8,7 @@ var documentsMain = { onStartup: function() { "use strict"; $('
').hide().appendTo(document.body); + $('#documents-overlay-below').css({left: $('#navigation').width()+4}); OC.addScript('documents', 'dojo-amalgamation', function() { OC.addScript('documents', 'webodf-debug').done(function() { // preload stuff in the background