From 05b0d00f719a12e1c744f03eb1be97e84399fc22 Mon Sep 17 00:00:00 2001 From: Nida Ghuman Date: Fri, 7 Feb 2025 12:21:31 -0500 Subject: [PATCH] [PBNTR-856] Selectable Rows Action Bar Responsive (#4241) [Runway Story](https://runway.powerhrg.com/backlog_items/PBNTR-856) Make the Action Bar responsive https://github.com/user-attachments/assets/01ae2ce1-ee93-4371-93dc-185e39884d90 --- .../playbook/pb_advanced_table/_advanced_table.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbook/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss b/playbook/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss index c30a36a91e..d3ebb2c4ad 100644 --- a/playbook/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +++ b/playbook/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss @@ -251,6 +251,17 @@ .bg-white td:first-child { background-color: $white; } + .row-selection-actions-card { + border-right-width: 0px; + border-left-width: 0px; + position: sticky; + top: 0; + left: 0; + border-radius: unset; + } + .checkbox-cell { + display: table-cell !important; + } .sticky-header { thead { th:first-child {