mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 07:03:37 +00:00
Revert "Better scrollbar for Image AI > Gallery"
This reverts commit c3bd1c901d.
This commit is contained in:
parent
e7a15a0361
commit
4d2f151260
1 changed files with 0 additions and 8 deletions
|
|
@ -1105,11 +1105,3 @@ document.fonts.addEventListener("loadingdone", (event) => {
|
|||
// Initial call to set the margin based on current state
|
||||
updateMargin();
|
||||
})();
|
||||
|
||||
//------------------------------------------------
|
||||
// Better scrollbar for Image AI > Gallery
|
||||
//------------------------------------------------
|
||||
const element = document.querySelector('#image-history-gallery > :nth-child(2)');
|
||||
if (element) {
|
||||
element.classList.add('pretty_scrollbar');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue