Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 12079 | Rev 14939 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 12079 Rev 12344
Línea 1980... Línea 1980...
1980
		e.stopPropagation();
1980
		e.stopPropagation();
1981
	})	
1981
	})	
Línea 1982... Línea 1982...
1982
 
1982
 
1983
	var canvas='<div class="editorNoticia"><canvas id="editorNoticia">LABEL_NOT_SUPPORTED</canvas></div>';
1983
	var canvas='<div class="editorNoticia"><canvas id="editorNoticia">LABEL_NOT_SUPPORTED</canvas></div>';
-
 
1984
	$(document).on("mouseover", ".editorNoticia", function(){
-
 
1985
        const getScrollBarWidth = () => window.innerWidth - document.documentElement.getBoundingClientRect().width
1984
	$(document).on("mouseover", ".editorNoticia", function(){
1986
		let anchoScroll= getScrollBarWidth()+"px";
1985
		$("body").css({"overflow": "hidden"});
1987
		$("body").css({"overflow": "hidden"});
1986
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre").css("margin-right", "17px")
1988
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre,.subpanel").css("margin-right",anchoScroll )
-
 
1989
		$(".barra,.footer").css("padding-right",anchoScroll)
Línea 1987... Línea 1990...
1987
		$(".barra,.footer").css("padding-right","17px")
1990
		
1988
		
1991
		
1989
 
1992