From 7048666eead27f78031b0991cf77f207502086af Mon Sep 17 00:00:00 2001 From: Danila Beseda Date: Thu, 16 Jul 2026 14:54:11 +0300 Subject: [PATCH] fix(RowActions): clip menu content to popup border radius --- src/components/RowActions/RowActions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/RowActions/RowActions.scss b/src/components/RowActions/RowActions.scss index 68c0221..2cb4940 100644 --- a/src/components/RowActions/RowActions.scss +++ b/src/components/RowActions/RowActions.scss @@ -10,6 +10,7 @@ $block: '.#{variables.$ns}row-actions'; &__popup-menu { @include mixins.max-height(200px); + border-radius: inherit; } &__popup-menu-item {