-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(common): fix sidenav button scrollUp and scrolldown #1493
fix(common): fix sidenav button scrollUp and scrolldown #1493
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…into 1083-probleme-barre-de-defilement-des-outils-a-gauche
https://github.com/infra-geo-ouverte/igo2-lib into 1083-probleme-barre-de-defilement-des-outils-a-gauche
@@ -41,7 +41,7 @@ $igo-actionbar-item-icon-padding: 8px; | |||
top: 0; | |||
background-color: white; | |||
z-index: 3; | |||
|
|||
padding: 4px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Qu'arrive t'il si on décide de donner plus de largeur au menu de gauche? Est-ce qu'on pourrait utiliser une méthode générique pour centrer le bouton, par exemple donner à son parent un display flex
et avec une justification du contenu centré.
…into 1083-probleme-barre-de-defilement-des-outils-a-gauche
What is the current behavior? (You can also link to an open issue here)
this behavior related to #1803
What is the new behavior?
solve issues with sidenav controle buttons scrollUp and scrolldown
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
Other information: