Don't let tag management shrink vertically

This commit is contained in:
Cohee
2025-05-22 01:04:54 +03:00
parent d336ea7a13
commit 6dc59b9fd3

View File

@@ -1315,7 +1315,7 @@ async function onViewTagsListClick() {
printViewTagList(tagContainer); printViewTagList(tagContainer);
makeTagListDraggable(tagContainer); makeTagListDraggable(tagContainer);
await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true }); await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true, large: true });
} }
/** /**