kendo ui - Telerik kendoUI panelbar jumping -


all,

I'm having a problem while using panellabars and animations, it spreads, It 'jumps' down a little. Inside the panel there is a padding / margin near my material, which I need to make it different. Anyone know how to get out of it jumping is still under the padding / margin of the material inside?

"post-text" itemprop = "text">

We also had this problem with the panelbar, and we have solved the CSS rule by adding it to a content in the panel:

Html:

  & lt; Ul data-role = "panelbar" & gt; & Lt; Li & gt; & Lt; Span & gt; & Lt; H3 & gt; Some text & lt; / H3 & gt; & Lt; / Span & gt; & Lt; Ul class = "category-content" gt; & Gt; Some items & lt; / Li & gt; & Lt; / Ul & gt; & Lt; / Li & gt; & Lt; / Ul & gt;  

CSS:

  .category- content {width: 100%;}  

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -