mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Fix morphdom leaving ghost elements behind
This commit is contained in:
parent
ed16374ece
commit
facb4155d4
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue