Skip to content

Commit

Permalink
Fix record list actions overlapping progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Jun 27, 2023
1 parent aa7cdf2 commit 5fa587f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -441,7 +441,7 @@
>
<b-dropdown
v-if="areActionsVisible(item.r)"
boundary="scrollParent"
boundary="viewport"
variant="outline-light"
toggle-class="d-flex align-items-center justify-content-center text-primary border-0 py-2"
no-caret
Expand Down Expand Up @@ -1898,6 +1898,7 @@ td:hover .inline-actions {
opacity: 0;
transition: opacity 0.25s;
width: 1%;
z-index: 1000;
.regular-font {
font-family: $font-regular !important;
Expand Down

0 comments on commit 5fa587f

Please sign in to comment.