Skip to content

Commit

Permalink
[n/a] Fixing the z-index of the dropdown sort button (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget authored Apr 17, 2024
1 parent ab62dc9 commit 65668ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-mu-plugins/goodbids/blocks/all-auctions/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="<?php echo esc_attr( $is_current ? $active_class : 'btn-fill' ); ?> block
</ul>

<?php if ( $total_count > 1 ) : ?>
<div class="flex justify-end">
<div class="flex justify-end relative z-50">
<select
aria-label="<?php esc_attr_e( 'Sort Auctions', 'goodbids' ); ?>"
class="p-3 pr-10 bg-[right_0.5rem_center] bg-no-repeat border-transparent rounded appearance-none bg-contrast-3 text-contrast bg-select-arrow bg-[length:20px_20px]"
Expand Down

0 comments on commit 65668ca

Please sign in to comment.