Change scroll behavior
Only scroll the torrent list, not the whole document
This commit is contained in:
@@ -65,7 +65,7 @@ class trweb {
|
||||
this.#logger('Activating TRWEB instance');
|
||||
|
||||
this.#container = document.getElementById(this.#container);
|
||||
this.#container.classList.add('trweb_container');
|
||||
this.#container.classList.add('trweb_container', 'd-flex', 'flex-column', 'h-100');
|
||||
this.#container.appendChild(this.#dom_menubar.element);
|
||||
this.#container.appendChild(this.#dom_torrentmanagger.element);
|
||||
this.#container.appendChild(this.#guiFooter);
|
||||
|
||||
Reference in New Issue
Block a user