• Testing Testing
  • Testing Testing
  • Testing Testing

    /* Below is for hystmodal  above is javascript css modal */
    
    /* Firefox: hides the scrollbar */
    
    .hystmodal {
      scrollbar-width: none;  
    }
    
    /* For WebKit browsers (Chrome, Safari, Opera) */
    .hystmodal::-webkit-scrollbar {
      display: none;
    }