Don't let tag management shrink vertically

6dc59b9fd3a36e4abb2edc42e6e8a70e9d0e2100

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/tags.js+1 -1
@@ -1315,7 +1315,7 @@ async function onViewTagsListClick() {
13151315 printViewTagList(tagContainer);
13161316 makeTagListDraggable(tagContainer);
13171317
13181318 await callGenericPopup(html, POPUP_TYPE.TEXT, null, { allowVerticalScrolling: true, wide: true, large: true });
13191319}
13201320
13211321/**