/*
Theme Name: Padilla Thème - Child - V2
Author: TC Agency
Description: Your description goes here
Version: 2.04
Template: hello-elementor

This is the child theme for Padilla Theme theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

::-webkit-scrollbar {
  width: 6px;        /* largeur */
  height: 6px;       /* scrollbar horizontale */
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}