@festo-ui/web-essentials 6.1.0-dev.282 → 6.1.0-dev.284

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v6.1.0-dev.282 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v6.1.0-dev.284 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -14457,11 +14457,15 @@ header.fwe-fixed-header {
14457
14457
  bottom: 0;
14458
14458
  transform: translateX(100%);
14459
14459
  transition: transform 0.3s ease;
14460
- scrollbar-width: thin;
14461
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
14462
14460
  overflow-x: hidden;
14463
14461
  overflow-y: auto;
14464
14462
  }
14463
+ @-moz-document url-prefix() {
14464
+ .fwe-mobile-flyout-page {
14465
+ scrollbar-width: thin;
14466
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
14467
+ }
14468
+ }
14465
14469
  @media (pointer: fine) {
14466
14470
  .fwe-mobile-flyout-page::-webkit-scrollbar {
14467
14471
  width: 14px;
@@ -16355,11 +16359,15 @@ fieldset.fwe-progress-container label {
16355
16359
  overflow: hidden;
16356
16360
  }
16357
16361
  .fwe-modal .fwe-modal-body {
16358
- scrollbar-width: thin;
16359
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
16360
16362
  overflow-x: hidden;
16361
16363
  overflow-y: auto;
16362
16364
  }
16365
+ @-moz-document url-prefix() {
16366
+ .fwe-modal .fwe-modal-body {
16367
+ scrollbar-width: thin;
16368
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
16369
+ }
16370
+ }
16363
16371
  @media (pointer: fine) {
16364
16372
  .fwe-modal .fwe-modal-body::-webkit-scrollbar {
16365
16373
  width: 14px;
@@ -17170,9 +17178,11 @@ fieldset.fwe-progress-container label {
17170
17178
  color: var(--fwe-red);
17171
17179
  }
17172
17180
 
17173
- .fwe-scrollbar {
17174
- scrollbar-width: thin;
17175
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
17181
+ @-moz-document url-prefix() {
17182
+ .fwe-scrollbar {
17183
+ scrollbar-width: thin;
17184
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
17185
+ }
17176
17186
  }
17177
17187
  @media (pointer: fine) {
17178
17188
  .fwe-scrollbar::-webkit-scrollbar {
@@ -17645,10 +17655,14 @@ input[type=search]::-webkit-search-cancel-button {
17645
17655
  }
17646
17656
  }
17647
17657
  .fwe-tree {
17648
- scrollbar-width: thin;
17649
- scrollbar-color: var(--fwe-control-scrollbar) var(--fwe-gray-100);
17650
17658
  position: relative;
17651
17659
  }
17660
+ @-moz-document url-prefix() {
17661
+ .fwe-tree {
17662
+ scrollbar-width: thin;
17663
+ scrollbar-color: var(--fwe-control-scrollbar) transparent;
17664
+ }
17665
+ }
17652
17666
  @media (pointer: fine) {
17653
17667
  .fwe-tree::-webkit-scrollbar {
17654
17668
  width: 14px;