Code Monkey home page Code Monkey logo

Comments (8)

rarestoma avatar rarestoma commented on May 29, 2024

Hi,

Thank you for working with our products.

To fix that, please add 'overflow-visible' class on the div just before the table.

It will look like:

<div class="table-responsive overflow-visible">
              <table class="table align-items-center table-flush">
                     ...
              </table>
</div>

All the best,
Rares

from ct-argon-dashboard-pro.

assisjeferson avatar assisjeferson commented on May 29, 2024

@rarestoma it's dont work when you use in mobile

Add data-boundary="window" in the dropdown

<td class="text-right">
  <div class="dropdown">
    <a class="btn btn-sm btn-icon-only text-light" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-boundary="window">
      <i class="fas fa-ellipsis-v"></i>
    </a>
    <div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow">
      <a class="dropdown-item" href="#">Action</a>
      <a class="dropdown-item" href="#">Another action</a>
      <a class="dropdown-item" href="#">Something else here</a>
    </div>
  </div>
</td>

But you use .table-responsive in iOS the button dont work because has a bug with css (webkit-overflow-scrolling)

from ct-argon-dashboard-pro.

rarestoma avatar rarestoma commented on May 29, 2024

Hi,

Sorry for our last response :(

I tested it with just data-boundary="window" and it works fine.

Did you try this way?

All the best,
Rares

from ct-argon-dashboard-pro.

Austinbreathesair avatar Austinbreathesair commented on May 29, 2024

I'm currently experiencing issues with the drop-down components. I use the ones from the docs but on my side when selecting the button it doesn't present the drop-down fields.

      <div class="btn-group">
        <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
          aria-expanded="false">Allocate Performer Group</button>
        <div class="dropdown-menu">
          <a class="dropdown-item" href="#">Action</a>
          <a class="dropdown-item" href="#">Another action</a>
          <a class="dropdown-item" href="#">Something else here</a>
          <div class="dropdown-divider"></div>
          <a class="dropdown-item" href="#">Separated link</a>
        </div>
      </div>
    </div>

from ct-argon-dashboard-pro.

jaisankargopal avatar jaisankargopal commented on May 29, 2024

I'm facing the similar problem. Drop down list covering by the class="ct-chart"

list.txt

drpdwn.docx

from ct-argon-dashboard-pro.

jaisankargopal avatar jaisankargopal commented on May 29, 2024

I'm facing the similar problem. Drop down list covering by the class="ct-chart"

image

from ct-argon-dashboard-pro.

rarestoma avatar rarestoma commented on May 29, 2024

Hi @jaisankargopal,

Thank you for working with our products. I see that you are using our Material Dashboard. Please open a issue at the Material Dashboard official repo:

Free Version: https://github.com/creativetimofficial/material-dashboard/issues
PRO Version: https://github.com/creativetimofficial/ct-material-dashboard-pro/issues

I hope it helps.

All the best,
Rares

from ct-argon-dashboard-pro.

jaisankargopal avatar jaisankargopal commented on May 29, 2024

Thanks.

from ct-argon-dashboard-pro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.