From d12b2da2cd6a2cd0c28773f475e5e79be71c78cb Mon Sep 17 00:00:00 2001 From: Oleh Hutsalo <67273539+oleh-hutsalo-ks@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:04:11 +0300 Subject: [PATCH] feat: add 'part' attribute to element of the nav paths group Reason: Add ability to override max-height style via CSS on this element, because 50px of height per path item is not enough in some cases --- src/templates/navbar-template.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/templates/navbar-template.js b/src/templates/navbar-template.js index 16d647c2..71084735 100644 --- a/src/templates/navbar-template.js +++ b/src/templates/navbar-template.js @@ -205,7 +205,11 @@ export default function navbarTemplate() { }` : '' } -