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

Dropdown menu in item is blocked #409

Closed
cncap opened this issue Jan 11, 2018 · 2 comments
Closed

Dropdown menu in item is blocked #409

cncap opened this issue Jan 11, 2018 · 2 comments

Comments

@cncap
Copy link

cncap commented Jan 11, 2018

Dropdown menu in item is blocked, and bootstrap Popover is also blocked. Dropdown menu or Popover is generated by template. Everything else is normal. It's a headache. Is there any way to solve it?

ize_h26p v lws m_zs5tia

8 f 3h h o 3b ygtg9 r5

The following is my CSS Style:
`/*----------------------------------------------------------------------
*grid Container
---------------------------------------------------------------------- */

.gi-container {
padding: 1rem .5rem;
overflow: hidden;
}
/* Target Elements
---------------------------------------------------------------------- */

.mix {
float: left;
margin: 0 .5rem 1rem;
background: #fff;
border-radius: 2px;
position: relative;
}

.mix:before {
content: '';
display: inline-block;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix {
width: calc(50% - 1rem);
}

/* 3 Columns */

@media screen and (min-width: 541px) {
.mix {
width: calc(100%/3 - 1rem);
}
}

/* 4 Columns */

@media screen and (min-width: 961px) {
.mix,
.gap {
width: calc(100%/4 - 1rem);
}
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
.mix,
.gap {
width: calc(100%/5 - 1rem);
}
}`

@patrickkunka
Copy link
Owner

patrickkunka commented Jan 11, 2018

Can you include a link? I'm not quite sure what you mean by blocked.

I suspect this is to do with the presence of the data-toggle attribute on your bootstrap dropdown. This is common problem for users of bootstrap and MixItUp. It can be fixed as per the solution in this issue:

#268

@cncap
Copy link
Author

cncap commented Jan 12, 2018

@patrickkunka Thanks for your reply, My problem is that when placing a bootstrap dropdown menu in the item wrap, the menu is hidden behind the item wrapper when clicked it. But, just now I tested in official demo and that the dropdown menu works fine, I suppose it's because of a own change in the style of the mixitup, or any other element in my page that has caused it to interfere. It's not a problem with mixitup itself . thanks again!

@cncap cncap closed this as completed Jan 12, 2018
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