Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11260 Rev 12344
Línea 1124... Línea 1124...
1124
		e.stopPropagation();
1124
		e.stopPropagation();
1125
	})	
1125
	})	
Línea 1126... Línea 1126...
1126
 
1126
 
1127
	var canvas='<div class="editorNoticia"><canvas id="editorNoticia">LABEL_NOT_SUPPORTED</canvas></div>';
1127
	var canvas='<div class="editorNoticia"><canvas id="editorNoticia">LABEL_NOT_SUPPORTED</canvas></div>';
-
 
1128
	$(document).on("mouseover", ".editorNoticia", function(){
-
 
1129
		const getScrollBarWidth = () => window.innerWidth - document.documentElement.getBoundingClientRect().width
1128
	$(document).on("mouseover", ".editorNoticia", function(){
1130
		let anchoScroll= getScrollBarWidth()+"px";
1129
		$("body").css({"overflow": "hidden"});
1131
		$("body").css({"overflow": "hidden"});
1130
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre").css("margin-right", "17px")
1132
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre,.subpanel").css("margin-right",anchoScroll )
-
 
1133
		$(".barra,.footer").css("padding-right",anchoScroll)
Línea 1131... Línea 1134...
1131
		$(".barra,.footer").css("padding-right","17px")
1134
		
1132
		
1135
		
1133
 
1136