Fixed Column - Not draw correctly on initial load

Fixed Column - Not draw correctly on initial load

ArgaWoWArgaWoW Posts: 14Questions: 5Answers: 0

Hello all,
I am using 3 fixed columns for the buttons. First I has problems that a horizontal scrollbar appears under the fixed area. I solved the problem by adding some style:
.DTFC_RightBodyLiner {
overflow-x: hidden !important;
}

But now I have the problem like shown on the picture. When I navigate away and back to the page the problem is gone, also it is gone when i resize the window or klick on the header.

Has some on an idea how to solve this? I have tryed serveral things without success. I have to say that I am pretty new on jquery and I hope some can give me a littel assisstance :)

Thanks a lot for any help.

Arga

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.