@norges-domstoler/dds-components 22.7.2 → 22.8.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/dist/index.css CHANGED
@@ -591,16 +591,6 @@
591
591
  .utilStyles_scrollbar {
592
592
  scrollbar-width: thin;
593
593
  scrollbar-color: var(--dds-color-surface-scrollbar) transparent;
594
- &::-webkit-scrollbar {
595
- width: var(--dds-spacing-x0-5);
596
- height: var(--dds-spacing-x0-5);
597
- }
598
- &::-webkit-scrollbar-track {
599
- background: transparent;
600
- }
601
- &::-webkit-scrollbar-thumb {
602
- background: var(--dds-color-surface-scrollbar);
603
- }
604
594
  }
605
595
  .utilStyles_scrollable-y {
606
596
  overflow-y: auto;