/*
 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.1
 Text Domain:  bricks
*/

/* Fix sidebar scroll: sidebar uses height:100vh but doesn't account for
   the WP admin bar + sticky header (80px). This ensures the sidebar fits
   within the visible viewport and sticky positioning is correct. */
.sidebar.brxe-block {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 80px) !important;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 80px) !important;
}