File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
polaris-react/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 } {
You can’t perform that action at this time.
0 commit comments