Commit b6c16d1e by vietdo

#19490 360°Getits Webビューアツールバーの非表示

parent 49c74d62
......@@ -2709,7 +2709,7 @@ CONTENTVIEW.originalScreenForNotPdfType = function(){
$container.css('overflow', 'scroll');
$container.css('-webkit-overflow-scrolling', 'touch');
}
else if(CONTENTVIEW_GENERAL.contentType == 'panoMovie'){
else if(CONTENTVIEW_GENERAL.contentType == 'panoImage'){
$container.css('left','0%');
$container.css('position','absolute');
//$container.css('height','100%');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment