/**
 * Theme Name: child-theme
 * Template:   hello-elementor
 * ...other header fields
 */
 
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
  border-radius: 5px;
}
body,
html{
        overflow-x: hidden;
}