Skip to content

suggestion: css for scrolling vertically overflowing slides using css container queries #25

@DesignThinkerer

Description

@DesignThinkerer
.tamasha-slide-content{
overflow-y: scroll;
}
.tamasha-overlay.open .tamasha-slide-content{
position:absolute;
inset:0;
max-height:100cqh;
}

With this it is no longer needed to use a wrapper div (as seen here) , and the height take as much space as possible.

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