Coder Social home page Coder Social logo

Comments (20)

zvonimirfras avatar zvonimirfras commented on May 1, 2024 8

I found a workaround that works for me:

Added this to my application stylesheet

.md-sidemenu-content {
    display: block;
}

from angular-material-sidemenu.

jdelia2 avatar jdelia2 commented on May 1, 2024 3

@zvonimirfras Hi there, thanks for your time.

I tried the ones detailed here and no luck.

But then, I came across another thread
#20

And tried this one, and it seems to be worknig now :D

.md-sidemenu-wrapper
{
margin-top: -200vh;
}

.md-sidemenu-wrapper.md-active {
margin-top: 0;
}

I can work with this, thanks!

from angular-material-sidemenu.

andersonfalcao avatar andersonfalcao commented on May 1, 2024 1

The problem was solved and waiting for approvement

from angular-material-sidemenu.

marcosmoura avatar marcosmoura commented on May 1, 2024

Sorry about the HUGE delay to respond to this.

This is strange. I will investigate this.

Thanks!

from angular-material-sidemenu.

NetajiBandi avatar NetajiBandi commented on May 1, 2024

Zvonimir Fras workaround is working fine. But there is a similar issue when you add up more than 8 Submenus . Could you please suggest a fix for this along. Thanks.

  1. when the menu is open
    1
  2. when the menu is closed
    2

from angular-material-sidemenu.

marcosmoura avatar marcosmoura commented on May 1, 2024

Oh. I didn't know that. I'll prioritize this and release a new version. Thank you!

from angular-material-sidemenu.

zvonimirfras avatar zvonimirfras commented on May 1, 2024

Netaji, just by looking at your screenshot, it may be that some of the paddings or margins are simply adding up.
Marcos is on it so there should be a proper solution sooner than later :)

from angular-material-sidemenu.

juanmav avatar juanmav commented on May 1, 2024

In Chrome has the same behavior

from angular-material-sidemenu.

serak avatar serak commented on May 1, 2024

this issue should be fixed soon

from angular-material-sidemenu.

gcmestre avatar gcmestre commented on May 1, 2024

I also have this problems.
Thanks zvonimirfras for the work arround.
Thanks for the lib but please fixe this.

from angular-material-sidemenu.

navneet35371 avatar navneet35371 commented on May 1, 2024

any fixes to this? i tried the @zvonimirfras workaround but didn't worked for me.

from angular-material-sidemenu.

haoliangyu avatar haoliangyu commented on May 1, 2024

@navneet35371 Another workaround (inspired by @zvonimirfras) is to change the element height manually in your less/sass file

  .md-sidemenu-wrapper {
    height: 0;

    &.md-active {
      height: auto;
    }
  }

or css file

  .md-sidemenu-wrapper {
    height: 0;
  }

  .md-sidemenu-wrapper .md-active {
    height: auto;
  }

Work pretty well even in @netaji583's situation, though you will lose the animation when toggling menu.

from angular-material-sidemenu.

Informeleon avatar Informeleon commented on May 1, 2024

Hi.
I still got the same problem. CSS-changes as described by haoliangyu and zvonimirfras lead to a non-expanding menu. Is there another workaround? Works perfect with Chrome and Safari.

from angular-material-sidemenu.

jdelia2 avatar jdelia2 commented on May 1, 2024

Hi there! great lib :D
I still have this problem, is there any fix or workaround that works? thanks!

from angular-material-sidemenu.

zvonimirfras avatar zvonimirfras commented on May 1, 2024

@jdelia2 there is more than one suggested in the description and comments of this issue. Have you tried those?

from angular-material-sidemenu.

tianctrl avatar tianctrl commented on May 1, 2024

When I update, the google chrome show this bug

from angular-material-sidemenu.

andersonfalcao avatar andersonfalcao commented on May 1, 2024

Hello @tianctrl, What is the Chrome version you use?
Because I tested on Chrome, Opera, Safari and Firefox!
Can you send me a print and the chrome version that you use, please!

Some questions:

Do you fix the height of menu button?
Do you remove the temporary configuration from your CSS file?

Thanks

from angular-material-sidemenu.

andersonfalcao avatar andersonfalcao commented on May 1, 2024

@xandorxicay can you test on your pc? I tested this on different computers in my company and I haven't this problem.

@jdelia2 @joaovitor @netaji583 @Informeleon @haoliangyu @serak @navneet35371 @gcmestre @zvonimirfras can you test this please and see this occur with you?

from angular-material-sidemenu.

tianctrl avatar tianctrl commented on May 1, 2024

My Chrome is Version 57.0.2987.98 (64-bit).
Sorry I didn't test particular. I just return 1.0.5.

from angular-material-sidemenu.

xandor-io avatar xandor-io commented on May 1, 2024

I think this applies when you modify the height of the CSS button @andersonfalcao I tested and is working fine with the current stylesheet.

from angular-material-sidemenu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.