mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-04 15:50:26 +01:00
Revert "Better scrollbar for Image AI > Gallery"
This reverts commit c3bd1c901d.
This commit is contained in:
parent
e7a15a0361
commit
4d2f151260
|
|
@ -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…
Reference in a new issue