Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12340 Rev 12341
Línea 792... Línea 792...
792
		const getScrollBarWidth = () => window.innerWidth - document.documentElement.getBoundingClientRect().width
792
		const getScrollBarWidth = () => window.innerWidth - document.documentElement.getBoundingClientRect().width
793
		console.log(getScrollBarWidth());
793
		console.log(getScrollBarWidth());
794
		let anchoScroll= getScrollBarWidth()+"px";
794
		let anchoScroll= getScrollBarWidth()+"px";
795
		$("body").css({"overflow": "hidden"});
795
		$("body").css({"overflow": "hidden"});
796
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre").css("margin-right",anchoScroll )
796
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre").css("margin-right",anchoScroll )
797
		$(".barra,.footer").css("padding-right",anchoScroll)
797
		$(".barra,.footer,.subpanel").css("padding-right",anchoScroll)
Línea 798... Línea 798...
798
		
798
		
799
 
799
 
800
	})
800
	})