@ctrliq/quantic-components 1.61.2 → 1.61.3

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.
@@ -34393,16 +34393,14 @@ function Ki({context:e}){return(t,i)=>{const n=new WeakMap;if("object"==typeof i
34393
34393
  }
34394
34394
 
34395
34395
  .backdrop--subtle {
34396
- background-color: rgba(
34397
- var(--quantic-component-dialog-backdrop-color),
34398
- 0.5
34396
+ background-color: rgb(
34397
+ var(--quantic-component-dialog-backdrop-color) / 0.7
34399
34398
  );
34400
34399
  }
34401
34400
 
34402
34401
  .backdrop--opaque {
34403
- background-color: rgba(
34404
- var(--quantic-component-dialog-backdrop-color),
34405
- 0.95
34402
+ background-color: rgb(
34403
+ var(--quantic-component-dialog-backdrop-color) / 0.8
34406
34404
  );
34407
34405
  backdrop-filter: blur(4px);
34408
34406
  }
@@ -37651,6 +37649,21 @@ const Jn="important",Qn=" !"+Jn,Yn=Fe(class extends Re{constructor(e){if(super(e
37651
37649
  box-sizing: border-box;
37652
37650
  overflow-x: hidden;
37653
37651
  overflow-y: auto;
37652
+ scrollbar-width: thin;
37653
+ scrollbar-color: var(--quantic-border-secondary) transparent;
37654
+ }
37655
+
37656
+ .main::-webkit-scrollbar {
37657
+ width: 4px;
37658
+ }
37659
+
37660
+ .main::-webkit-scrollbar-track {
37661
+ background: transparent;
37662
+ }
37663
+
37664
+ .main::-webkit-scrollbar-thumb {
37665
+ background: var(--quantic-border-secondary);
37666
+ border-radius: var(--quantic-radius-full);
37654
37667
  }
37655
37668
 
37656
37669
  .main:not(.is-aside-expanded) .main {