fix: 🐛 Fix Color displaying over button in settings (#17172)
This commit is contained in:
parent
d6f204afc1
commit
13c433cd56
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ const form = document.getElementsByClassName('sticky-footer-form')[0];
|
|||
form.addEventListener('change', () => {
|
||||
const saveFooter = document.getElementsByClassName('save-footer')[0];
|
||||
if (saveFooter) {
|
||||
saveFooter.classList.add('sticky', 'bottom-0');
|
||||
saveFooter.classList.add('sticky', 'z-sticky', 'bottom-0');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue