From d6070099d1b13a1ecc44fde265269d6fdcdd7775 Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Wed, 26 Nov 2025 22:32:06 -0600 Subject: [PATCH] fix(navbar): Increase dropdown max-height default to 500px MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- schemas/navbar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/navbar.json b/schemas/navbar.json index 44152f0c..654f3931 100644 --- a/schemas/navbar.json +++ b/schemas/navbar.json @@ -354,7 +354,7 @@ "dropdown_max_height": { "type": "text", "label": "Altura máxima del dropdown", - "default": "300px", + "default": "500px", "editable": true, "description": "Altura máxima del submenú. Si se excede, aparece scroll (ej: 300px, 20rem)" }