creativetimofficial / argon-dashboard

Argon - Dashboard for Bootstrap 5 by Creative Tim
https://www.creative-tim.com/product/argon-dashboard
MIT License
664 stars 1.23k forks source link

Actions menu isn't properly displayed #40

Closed AlexZaytsav closed 4 years ago

AlexZaytsav commented 4 years ago

Prerequisites

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

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 commented 4 years ago

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 commented 4 years ago

Hi @rarestoma,

Thank you for the suggestion. It helped!

Thank you for building your great product!

Thanks, Alex.

rarestoma commented 4 years ago

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