robinparisi / tingle

⚡ 2kB vanilla modal plugin, no dependencies and easy-to-use
https://tingle.robinparisi.com
MIT License
1.55k stars 185 forks source link

Sticky Footer? #173

Open saschaende opened 2 years ago

saschaende commented 2 years ago

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?

akshaykadambatt commented 2 years ago

Apparently sticky footer is not sticky

inotom commented 2 years ago

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.