miepzerino
2025-04-01 f5e15fa93d84acbae6a26b86fddf20add38bb485
Assets/Scripts/Inventory/InventoryDisplay.cs
@@ -205,7 +205,7 @@
        var scrollrect = itemDescription.transform.parent.parent.GetComponent<ScrollRect>();
        if (scrollrect != null)
        {
            Debug.Log("Resetting scroll position");
            //Debug.Log("Resetting scroll position");
            scrollrect.verticalNormalizedPosition = 1; // 0 = top, 1 = bottom
        }
        // Reset the content's position