/*
Theme Name: Astra Child
Theme URI: https://oninova.net/
Description: A child theme for Astra
Author: Ardijan Curi
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Import Parent Theme Styles (Not needed if using functions.php) */

html, body{
	overflow-x: hidden;
}

/* Hide scrollbar but allow scrolling */
html, body {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

