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

Actions menu isn't properly displayed #40

Closed
4 tasks done
AlexZaytsav opened this issue Feb 24, 2020 · 3 comments
Closed
4 tasks done

Actions menu isn't properly displayed #40

AlexZaytsav opened this issue Feb 24, 2020 · 3 comments

Comments

@AlexZaytsav
Copy link

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version: I use version 1.1 but tested this behaviour at your demo page(I assume that it's running the latest version) and it happens there too.
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Actions menu is on top of the footer.

Current Behavior

Actions menu is overlapped by tables footer If there is only one row in the table.

Screenshot 2020-02-21 at 15 30 33

Steps to Reproduce

  1. Render table with only 1 row
  2. Click Actions icon ('.btn.btn-sm.btn-icon-only.text-light')
@rarestoma
Copy link
Contributor

Hi @AlexZaytsav,

Thank you for working with our products.

To make the dropdown visible in the table please add 'overflow-visible' on 'table-responsive''s div.

<div class="table-responsive overflow-visible">
<table class="...">
...
</table>
</div>

Please let me know if it works properly now.

All the best,
Rares

@AlexZaytsav
Copy link
Author

Hi @rarestoma,

Thank you for the suggestion. It helped!

Thank you for building your great product!

Thanks,
Alex.

@rarestoma
Copy link
Contributor

Hi @AlexZaytsav,

I am happy to hear that now it is working.

Please let me know if you need help with anything.

All the best,
Rares

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

2 participants