This commit is contained in:
TheGiddyLimit
2024-04-02 22:46:42 +01:00
parent d075252329
commit 5e0cc455b9
112 changed files with 2980 additions and 397 deletions

View File

@@ -226,7 +226,7 @@ class BlocklistUi {
<button class="ve-col-1 sort btn btn-default btn-xs" disabled>&nbsp;</button>
</div>`;
const $wrpList = $(`<div class="list-display-only smooth-scroll overflow-y-auto h-100 min-h-0"></div>`);
const $wrpList = $(`<div class="list-display-only smooth-scroll ve-overflow-y-auto h-100 min-h-0"></div>`);
$$(this._$wrpContent.empty())`
${this._$wrpControls}