@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.
@@ -101,6 +101,21 @@ Sidebar.styles = css `
101
101
  box-sizing: border-box;
102
102
  overflow-x: hidden;
103
103
  overflow-y: auto;
104
+ scrollbar-width: thin;
105
+ scrollbar-color: var(--quantic-border-secondary) transparent;
106
+ }
107
+
108
+ .main::-webkit-scrollbar {
109
+ width: 4px;
110
+ }
111
+
112
+ .main::-webkit-scrollbar-track {
113
+ background: transparent;
114
+ }
115
+
116
+ .main::-webkit-scrollbar-thumb {
117
+ background: var(--quantic-border-secondary);
118
+ border-radius: var(--quantic-radius-full);
104
119
  }
105
120
 
106
121
  .main:not(.is-aside-expanded) .main {