clineamb / bootstrap-drawer

A Bootstrapadd-on to create off-canvas styled navigation
119 stars 23 forks source link

Conflicts With Bootstrap Drowdown #17

Open VermontMediaSolutions opened 8 years ago

VermontMediaSolutions commented 8 years ago

This conflicts with the Bootstrap Drop down ability, so only a single layered navigation is possible.

clineamb commented 8 years ago

@VermontMediaSolutions Can I see some sample code?

extricate commented 7 years ago

Has this bug been fixed yet? If no, is a fix scheduled?

clineamb commented 7 years ago

No, has not, since I never got a response. Can look into soon.

extricate commented 7 years ago

Ah alright, thanks for the reply. I can confirm I've been experiencing the unfortunate effects of this bug as well.

dafreels commented 5 years ago

I added this to my application css and it resolved the issue:

.drawer ul { display: none; }

The problem seems to be with the 'display: inherit' being set by the drawer.