mirror of https://github.com/apache/cloudstack.git
Fix overlay width/height
This commit is contained in:
parent
02984bc9cb
commit
5c827f762e
|
|
@ -45,6 +45,9 @@
|
|||
};
|
||||
|
||||
$(window).bind('resize scroll', function() {
|
||||
$('.overlay').css('top', $(window).scrollTop());
|
||||
$('.overlay').css({
|
||||
width: $(window).width(),
|
||||
height: $(window).height()
|
||||
});
|
||||
});
|
||||
})(window.jQuery);
|
||||
|
|
|
|||
Loading…
Reference in New Issue