aiware-js 1.40.0 → 1.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js-core.umd.css CHANGED
@@ -558,16 +558,16 @@
558
558
  /**
559
559
  * Custom scroll bar override start
560
560
  */
561
- ::-webkit-scrollbar {
561
+ .aiware-el ::-webkit-scrollbar {
562
562
  width: 8px !important;
563
563
  }
564
564
 
565
- ::-webkit-scrollbar-track:hover {
565
+ .aiware-el ::-webkit-scrollbar-track:hover {
566
566
  opacity: 0.1 !important;
567
567
  background: #ffffff;
568
568
  }
569
569
 
570
- ::-webkit-scrollbar-thumb {
570
+ .aiware-el ::-webkit-scrollbar-thumb {
571
571
  background: #c4c4c4 !important;
572
572
  border-radius: 3px !important;
573
573
  }