Hi,
I have a strange issue with the Scheduler on Internet Explorer 10.
Every row hour there’s a pixel added at the bottom of the line.
It only happens with the dhx_terrace skin.
On the other web browser there’s the same behaviour when I load Twitter Bootstrap.
But I achieved to fix it with :
div[class^='dhx_'], div[class*='dhx_']{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
Strangely, this problem happens on Internet Explorer 10 even when Bootstrap is not loaded.
Have you ever experienced something like this ?
Do you have a fix for Internet Explorer?