🐞 fix: Adjust z-index so buttons are accessible
Sync TODOs with Issues / sync_todos (push) Successful in 6s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
This commit is contained in:
@@ -32,7 +32,7 @@ $wrapper = blockWrapperAttributes( $classes, $is_preview );
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<section <?php echo wp_kses_post( $wrapper ); ?>>
|
<section <?php echo wp_kses_post( $wrapper ); ?>>
|
||||||
<div class="container content-wrapper relative z-10">
|
<div class="container content-wrapper relative z-30">
|
||||||
<div class="max-w-4xl sm:text-center lg:text-left lg:items-center ml-0 pt-24">
|
<div class="max-w-4xl sm:text-center lg:text-left lg:items-center ml-0 pt-24">
|
||||||
<?php if ( ! empty( $heading ) ) : ?>
|
<?php if ( ! empty( $heading ) ) : ?>
|
||||||
<h1 class="text-4xl lg:text-5xl font-bold leading-tight mb-4">
|
<h1 class="text-4xl lg:text-5xl font-bold leading-tight mb-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user