<<<<<<< HEAD
 .no-scrollbar-remax::-webkit-scrollbar {
    display: none;
  }

  /* IE and Edge */
  .no-scrollbar-remax {
    -ms-overflow-style: none;
  }

  /* Firefox */
  .no-scrollbar-remax {
    scrollbar-width: none;
  }
 #renet-body::-webkit-scrollbar {
    display: none !important;
  }

  /* IE and Edge */
  #renet-body {
    -ms-overflow-style: none !important;
  }

  /* Firefox */
  #renet-body {
    scrollbar-width: none !important;
  }
=======
/* Completely hide scrollbars everywhere */
*::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}
>>>>>>> 640c1c5e0f68948fed75047d64a3ea04a64a3b1d
