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

Sticky Footer? #173

Open
saschaende opened this issue Jan 25, 2022 · 2 comments
Open

Sticky Footer? #173

saschaende opened this issue Jan 25, 2022 · 2 comments

Comments

@saschaende
Copy link

Does not seem to be sticky.

After changing this it works:

.tingle-modal-box__footer--sticky {
position: sticky;

It's a bug or did i misunderstand this sticky feature?

@akshayknz
Copy link

Apparently sticky footer is not sticky

@inotom
Copy link

inotom commented May 25, 2022

Firefox [100.0.2] and Safari [15.5] is working position:fixed; style in .tingle-modal-box__footer--sticky, but Google Chrome [102.0.5005.61] is not working.

Disabling backdrop-filter:blur(12px); style in .tingle-modal, it's working position:fixed; style in .tingle-modal-box__footer--sticky in Google Chrome.

If it was tingle.js@0.15.3, it worked on Google Chrome as well.

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

3 participants