PM-2615
Personal Information: No se despliega la informacióel usuario en toda la pantalla Se corrigio la asignacion del atributo height de la ventana para su correcta visualizacion.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{
|
||||
oCasesFrame = document.getElementById('frameMain');
|
||||
oClientWinSize = getClientWindowSize();
|
||||
height = oClientWinSize.height - 105;
|
||||
height = oClientWinSize.height - 70 + "px";
|
||||
oCasesFrame.style.height = height;
|
||||
}
|
||||
function getStyle(targetElement,styleProp)
|
||||
|
||||
Reference in New Issue
Block a user