Skip to content
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

Ment.io menu does not show up completely when viewed at the bottom of browser screen #186

Open
BShailajaReddy opened this issue Nov 12, 2016 · 3 comments

Comments

@BShailajaReddy
Copy link

  1. Type @ in the UI, which is coded to display ment.io option menu
    2.. Observe that mention list is hidden at the bottom of the screen - when the field which has logic to display ment.io option menu is placed at the bottom of the browser screen.
  2. Attached is the screenshot, this menu has more than 30 list to be displayed.
@BShailajaReddy
Copy link
Author

bottom

@Mikchail-Borischewckij
Copy link

Hi All,
Any updates on this?

@rv15hwakarthik
Copy link

rv15hwakarthik commented Oct 22, 2020

You can use mentio-template-url="/xyz/upwardDropdownTemplate.html" and have this in the upwardDropdownTemplate.html file -->

<div class="dropup">
    <ul class="dropdown-menu scrollable-menu" style="display:block">
        <li mentio-menu-item="item" ng-repeat="item in items">
            <a class="text-primary" ng-bind-html="item.label | unsafe"></a>
        </li>
    </ul>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants