Fix scrolling on mobile
This commit is contained in:
@@ -585,7 +585,9 @@ script.
|
|||||||
$(window).on("load resize",function(){
|
$(window).on("load resize",function(){
|
||||||
containerResizeY($(window).height());
|
containerResizeY($(window).height());
|
||||||
|
|
||||||
|
if ($(window).width() > 480) {
|
||||||
project_container.style.height = (window.innerHeight - project_container.offsetTop) + "px";
|
project_container.style.height = (window.innerHeight - project_container.offsetTop) + "px";
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (projectTree){
|
if (projectTree){
|
||||||
|
Reference in New Issue
Block a user