Project view: Fix transparent background of tree/sidebar
This commit is contained in:
@@ -578,9 +578,13 @@ script.
|
||||
// Initialize the page
|
||||
loadContent();
|
||||
|
||||
var project_container = document.getElementById('project-container');
|
||||
|
||||
/* UI Stuff */
|
||||
$(window).on("load resize",function(){
|
||||
containerResizeY($(window).height());
|
||||
|
||||
project_container.style.height = (window.innerHeight - project_container.offsetTop) + "px";
|
||||
});
|
||||
|
||||
if (projectTree){
|
||||
|
Reference in New Issue
Block a user