2
0
forked from Wavyzz/dolibarr

Debug : calendar must always be displayed on top of other layers

This commit is contained in:
Maxime Kohlhaas
2015-06-26 16:59:19 +02:00
parent 5e9c85c789
commit 175cffbec8

View File

@@ -57,7 +57,8 @@ function showDP(base,dateFieldID,format,codelang)
showDP.box=document.createElement("div");
showDP.box.className="bodyline";
showDP.box.style.siplay="block";
showDP.box.style.display="block";
showDP.box.style.zIndex="1000";
showDP.box.style.position="absolute";
showDP.box.style.top=thetop + "px";
showDP.box.style.left=theleft + "px";