/*
Theme Name: AREOI Child
Template: areoi
Author: AREOI
Author URI: https://areoi.io/
Description: Starter theme for building websites using the AREOI platform.
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: areoi
Tags: full-site-editing

AREOI WordPress Theme, (C) 2022 areoi.io
AREOI is distributed under the terms of the GNU GPL.
*/
html {
  scroll-behavior: auto !important;
}
.wp-site-blocks > header.wp-block-template-part {
	position: relative !important;
}
body:after {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
}
.wp-admin:after {
	display: none;
}