Skip to content

Commit

Permalink
[PBNTR-856] Selectable Rows Action Bar Responsive (#4241)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidaqg authored Feb 7, 2025
1 parent 3923e0b commit 05b0d00
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 05b0d00

Please sign in to comment.