Skip to content

Commit 26537c9

Browse files
committed
chore: fix erroneous style rules
1 parent 05b6af4 commit 26537c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polaris-react/src/components/IndexTable/IndexTable.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,11 @@ $loading-panel-height: 53px;
475475
position: sticky;
476476
z-index: var(--pc-index-table-bulk-actions);
477477
left: 0;
478+
bottom: var(--p-space-4);
478479
width: 100%;
479480
display: flex;
480481
align-items: center;
481482
justify-content: center;
482-
bottom: var(--p-space-4);
483483
margin-top: var(--p-space-4);
484484
}
485485

polaris-react/src/components/ResourceList/ResourceList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ $breakpoints-empty-search-results-height-up: '(min-height: #{breakpoint(600px)})
158158
z-index: resource-list(bulk-actions-wrapper-stacking-order);
159159
visibility: visible;
160160
position: sticky;
161+
bottom: var(--p-space-4);
161162
left: 0;
162163
width: 100%;
163164
display: flex;
164165
align-items: center;
165166
justify-content: center;
166-
bottom: var(--p-space-4);
167167
margin-top: var(--p-space-4);
168168

169169
@media #{$p-breakpoints-sm-up} {

0 commit comments

Comments
 (0)