From b66c027b63dd726f4dcb4a4068b33a578b7f44c6 Mon Sep 17 00:00:00 2001 From: Lan Nguyen Thuy Date: Tue, 1 Jul 2025 10:01:19 +0700 Subject: [PATCH] Fix issue at horizontal scrollbar in modal --- packages/uui-modal/lib/uui-modal-sidebar.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uui-modal/lib/uui-modal-sidebar.element.ts b/packages/uui-modal/lib/uui-modal-sidebar.element.ts index deb7ff8ce..d5749d190 100644 --- a/packages/uui-modal/lib/uui-modal-sidebar.element.ts +++ b/packages/uui-modal/lib/uui-modal-sidebar.element.ts @@ -81,6 +81,7 @@ export class UUIModalSidebarElement extends UUIModalElement { --uui-modal-sidebar-background, var(--uui-color-surface) ); + overflow: hidden auto; } :host([index='0']) dialog { box-shadow: var(--uui-shadow-depth-5);