question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

i expected to be above on the bottom, but shows below

See original GitHub issue

Settings

  <md-menu  y-position="above" x-position="before" #menuTheme="mdMenu">
            <button md-menu-item *ngFor="let theme of settings.themes.material"  (click)="clickChangeTheme(theme)" >
                {{ i18n.themes.material[theme] }}
            </button>
        </md-menu>

Expected

To be on above.

Bug - in image

You can see it is below. image

Which versions of Angular, Material, OS, browsers are affected?

Is there anything else we should know?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
crisbetocommented, Jan 25, 2017

This should’ve been fixed with https://github.com/angular/material2/pull/2677. Is anybody able to test against the master builds?

0reactions
angular-automatic-lock-bot[bot]commented, Sep 5, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to keep your footer where it belongs ? - freeCodeCamp
For a quick fix, you can absolutely position the footer at the bottom of the page. But this comes with its own downside....
Read more >
css footer not displaying at the bottom of the page
Bottom of the page means there's no div below the footer, but it's not always there if you're scrolled up. – AlxVallejo. Nov...
Read more >
Pasted images show just the bottom few pixels?
Pasted images show just the bottom few pixels? I am using Word 2019, but I started with this document with Word 2016. The...
Read more >
Use notifications on your iPhone or iPad - Apple Support
iPhone showing how to manage notifications. Swipe left over an alert or group of alerts. Tap Options, then select from these options:.
Read more >
Excel formula to find top 3, 5, 10 values in column or row
Need to return not only the values themselves but their names too? ... For example, to find bottom N values in the table...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found