Skip to content
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

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

Open
DesignThinkerer opened this issue Jun 14, 2023 · 1 comment

Comments

@DesignThinkerer
Copy link

DesignThinkerer commented Jun 14, 2023

.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.

@kookma
Copy link
Owner

kookma commented Jun 15, 2023

Thank you! I will have a look and see back to you this weekend.

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