/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* ==========================================================================
   Offcanvas Ypiresies (#brxe-pwzusf) - Full screen scrolling fix
   ========================================================================== */

#brxe-pwzusf .brx-offcanvas-inner {
  height: 100vh !important;
  height: 100dvh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  grid-template-rows: auto auto auto !important;
}

body.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* ==========================================================================
   Fix: Post list overlay blocks clicks on term trigger
   ========================================================================== */
.brxe-fnhecf .brxe-nyfqui.brxe-div {
  pointer-events: none;
}

.brxe-fnhecf .brxe-rctlkh.brxe-div {
  pointer-events: auto;
}
