Yago / Cortana

Nice theme for Trulia's Hologram styleguide generator
http://yago.github.io/Cortana-example
MIT License
71 stars 24 forks source link

Search dropdown in wrong place #22

Closed GaryJones closed 1 year ago

GaryJones commented 9 years ago

When the styles being documented are not based on Bootstrap, then the Cortana core styles are missing a .dropdown-menu { position: absolute; } which is needed to keep the search results in the right place. Without this, the search results appear on the left, and push down the rest of the content.

hkutcher commented 9 years ago

Adding this to the CSS did not resolve the issue for me. Played around with the CSS, recompiled hologram, cleared cache, refreshed, nada. Anyone fixed this?

GaryJones commented 9 years ago
.dropdown-menu.ng-isolate-scope {
    position: absolute;
}

... is what I have in the bottom of my project style.scss so that Hologram sees it.