You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: