Fix morphdom leaving ghost elements behind

This commit is contained in:
oobabooga 2025-01-11 20:57:28 -08:00
parent ed16374ece
commit facb4155d4
2 changed files with 4 additions and 4 deletions

View file

@ -1249,12 +1249,12 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
transition: opacity 0.2s;
}
.footer-button#copy-button {
.footer-button.footer-copy-button {
bottom: -23px;
left: 0;
}
.footer-button#refresh-button {
.footer-button.footer-refresh-button {
bottom: -23px;
left: 25px;
}