Skip to content

CSS overflow:hidden hides column 2 + 3 #50

Description

@Anke

Hi, thank you for sharing this wonderfully flexible script!

I implemented the nested version today and had to change the overflow attribute from hidden to visible.

.kwicks > * {
overflow:visible;
display:block;
margin:0;
padding:0;
}

With the hidden overflow the second and third column aren't visible. I thought maybe this is caused by other styles of the CMS (Contao), thus I deactivated all stylesheets except kwicks.css but the problem remained the same. But it is working just perfectly with a visible overflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions