From 33aee2b32182d069cd832e89462a02a565c6c2f9 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Thu, 27 Mar 2025 11:29:12 +0800 Subject: [PATCH] Add fixed position for dropdown menu in responsive tables --- .../src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css b/framework/src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css index 84814c2ef3..f42b6735bd 100644 --- a/framework/src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css +++ b/framework/src/Volo.Abp.BlazoriseUI/wwwroot/volo.abp.blazoriseui.css @@ -57,4 +57,8 @@ 100% { transform: rotate(0deg); } +} + +.table-responsive .dropdown-menu-position-strategy-fixed { + position: fixed !important; } \ No newline at end of file