Ionic-Material icon indicating copy to clipboard operation
Ionic-Material copied to clipboard

menu header jumps when opening

Open shaulhadar opened this issue 9 years ago • 2 comments

hello Zach, I have been checking the thronester, and I noticed that if you open the menu, the header of the menu jumps to the height of the apps header. ..is there any way to fix this?

shaulhadar avatar May 05 '15 04:05 shaulhadar

Hi, this worked for me:

.menu-open .bar.bar-header.expanded{ background-size: 100% 1px; }

mserranog avatar Jun 15 '15 10:06 mserranog

hola! @KB24ever , thanks for the tip! I just spent the last hour trying to figure this out, hahaha!

One more thing @shaulhadar , also remove this after you added KB's code at the end of the css:

.menu-open .bar.bar-header.expanded { background-position: 0; background-size: 100%; }

extra notes: we're talking about editing the ionic.material.css code. if you still have problems, make sure your index.html is pointing to the ionic.material.css stylesheet, not the ionic.material.min.css.

feliksalbright avatar Aug 12 '15 19:08 feliksalbright