Skip to content

sidebar doesn't work with tabs in content div #117

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

Closed
acanimal opened this issue Aug 28, 2011 · 1 comment
Closed

sidebar doesn't work with tabs in content div #117

acanimal opened this issue Aug 28, 2011 · 1 comment
Milestone

Comments

@acanimal
Copy link

If I use container-fluid with sidebar and content parts, then If I have a "ul" in the sidebar and "tabs" in the conten, the last doesn't work fine (the bottom line of tabs appear at the height like sidebar.

<div class="container-fluid" style="margin-top: 50px;">
<div class="sidebar">
<ul>

  • option 1

  • option 2

  • option 2

  • </ul>
    </div>
    <div class="content">

            &lt;ul class="tabs"&gt;
                <li class="active"><a href="#">Home</a></li>
                <li><a href="#">Profile</a></li>
                <li><a href="#">Messages</a></li>
                <li><a href="#">Settings</a></li>
                <li><a href="#">Contact</a></li>
            &lt;/ul&gt;
    
    @mdo
    Copy link
    Member

    mdo commented Sep 3, 2011

    Resolved in 1.3-wip by floating the ul.tabs.

    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