@tmlmobilidade/ui 20250920.2339.20 → 20250922.953.29

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/dist/index.css CHANGED
@@ -1570,22 +1570,6 @@
1570
1570
  width: 100%;
1571
1571
  padding: var(--size-spacing-xs) 0;
1572
1572
  overflow-y: scroll;
1573
- scrollbar-color: var(--color-primary) var(--color-primary);
1574
- scrollbar-width: thin;
1575
-
1576
- &::-webkit-scrollbar {
1577
- width: 8px;
1578
- }
1579
-
1580
- &::-webkit-scrollbar-track {
1581
- background: var(--color-system-background-100);
1582
- }
1583
-
1584
- &::-webkit-scrollbar-thumb {
1585
- background-color: var(--color-system-border-100);
1586
- border: 2px solid var(--color-system-background-100);
1587
- border-radius: 10px;
1588
- }
1589
1573
 
1590
1574
  &[data-reverse="true"] {
1591
1575
  flex-direction: column-reverse;
@@ -11183,6 +11167,7 @@ body {
11183
11167
  margin: 0;
11184
11168
  color: var(--color-system-text-100);
11185
11169
  scroll-padding-top: 80px;
11170
+ scrollbar-color: var(--color-primary) var(--color-system-background-200);
11186
11171
  background-color: var(--color-system-background-200);
11187
11172
  scroll-behavior: smooth;
11188
11173
  }