@gooddata/sdk-ui-dashboard 11.20.0-alpha.2 → 11.20.0-alpha.4

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.
Files changed (103) hide show
  1. package/NOTICE +71 -85
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  5. package/esm/_staging/sharedHooks/useFiltersNamings.js +1 -1
  6. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  7. package/esm/kdaDialog/composition/KeyDriversOverview.js +1 -1
  8. package/esm/kdaDialog/composition/KeyDriversOverview.js.map +1 -1
  9. package/esm/model/store/config/configSelectors.d.ts +6 -0
  10. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  11. package/esm/model/store/config/configSelectors.js +8 -0
  12. package/esm/model/store/config/configSelectors.js.map +1 -1
  13. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
  14. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +11 -3
  15. package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
  16. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +11 -0
  17. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +1 -0
  18. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +52 -0
  19. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js.map +1 -0
  20. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +2 -1
  21. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -1
  22. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +8 -2
  23. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js.map +1 -1
  24. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +2 -1
  25. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
  26. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +20 -4
  27. package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js.map +1 -1
  28. package/esm/presentation/alerting/DefaultAlertingDialog/messages.d.ts +18 -0
  29. package/esm/presentation/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -1
  30. package/esm/presentation/alerting/DefaultAlertingDialog/messages.js +19 -1
  31. package/esm/presentation/alerting/DefaultAlertingDialog/messages.js.map +1 -1
  32. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.d.ts +1 -1
  33. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -1
  34. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js +11 -1
  35. package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js.map +1 -1
  36. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +32 -0
  37. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  38. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +32 -0
  39. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  40. package/package.json +20 -20
  41. package/styles/css/alerting.css +4 -0
  42. package/styles/css/alerting.css.map +1 -1
  43. package/styles/css/attributeFilterConfig.css +1 -0
  44. package/styles/css/attributeFilterConfig.css.map +1 -1
  45. package/styles/css/automationFilters.css.map +1 -1
  46. package/styles/css/configurationPanel.css +3 -0
  47. package/styles/css/configurationPanel.css.map +1 -1
  48. package/styles/css/dashboard.css +13 -5
  49. package/styles/css/dashboard.css.map +1 -1
  50. package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
  51. package/styles/css/dashboardSettingsDialog.css.map +1 -1
  52. package/styles/css/dateFilterConfig.css.map +1 -1
  53. package/styles/css/dragAndDrop.css.map +1 -1
  54. package/styles/css/drillConfigPanel.css +4 -0
  55. package/styles/css/drillConfigPanel.css.map +1 -1
  56. package/styles/css/drillDialog.css +2 -0
  57. package/styles/css/drillDialog.css.map +1 -1
  58. package/styles/css/drillSelect.css +1 -0
  59. package/styles/css/drillSelect.css.map +1 -1
  60. package/styles/css/filterBar.css +7 -3
  61. package/styles/css/filterBar.css.map +1 -1
  62. package/styles/css/grouped-navigation.css +2 -0
  63. package/styles/css/grouped-navigation.css.map +1 -1
  64. package/styles/css/insightConfiguration.css.map +1 -1
  65. package/styles/css/item-states.css.map +1 -1
  66. package/styles/css/kdaDialog.css +5 -0
  67. package/styles/css/kdaDialog.css.map +1 -1
  68. package/styles/css/kpi.css.map +1 -1
  69. package/styles/css/kpi_alert_dialog.css +1 -0
  70. package/styles/css/kpi_alert_dialog.css.map +1 -1
  71. package/styles/css/layout.css.map +1 -1
  72. package/styles/css/loadingEqualizer.css.map +1 -1
  73. package/styles/css/main.css +56 -8
  74. package/styles/css/main.css.map +1 -1
  75. package/styles/css/notifications_channels_dialog.css +8 -2
  76. package/styles/css/notifications_channels_dialog.css.map +1 -1
  77. package/styles/css/resizing.css.map +1 -1
  78. package/styles/css/richTextWidget.css.map +1 -1
  79. package/styles/css/scheduled_mail_recipients.css +4 -3
  80. package/styles/css/scheduled_mail_recipients.css.map +1 -1
  81. package/styles/css/shareIndicators.css.map +1 -1
  82. package/styles/css/sidebar.css.map +1 -1
  83. package/styles/css/toolbar.css.map +1 -1
  84. package/styles/css/topBar.css.map +1 -1
  85. package/styles/css/visualization.css.map +1 -1
  86. package/styles/css/visualizationSwitcherToolbar.css +1 -0
  87. package/styles/css/visualizationSwitcherToolbar.css.map +1 -1
  88. package/styles/css/visualizationSwitcherWidget.css +1 -0
  89. package/styles/css/visualizationSwitcherWidget.css.map +1 -1
  90. package/styles/scss/alerting.scss +4 -0
  91. package/styles/scss/attributeFilterConfig.scss +1 -0
  92. package/styles/scss/configurationPanel.scss +3 -0
  93. package/styles/scss/drillConfigPanel.scss +4 -0
  94. package/styles/scss/drillDialog.scss +2 -0
  95. package/styles/scss/drillSelect.scss +1 -0
  96. package/styles/scss/filterBar.scss +6 -4
  97. package/styles/scss/grouped-navigation.scss +2 -0
  98. package/styles/scss/kdaDialog.scss +9 -1
  99. package/styles/scss/kpi_alert_dialog.scss +1 -0
  100. package/styles/scss/notifications_channels_dialog.scss +8 -2
  101. package/styles/scss/scheduled_mail_recipients.scss +4 -3
  102. package/styles/scss/visualizationSwitcherToolbar.scss +1 -0
  103. package/styles/scss/visualizationSwitcherWidget.scss +1 -0
@@ -1465,6 +1465,7 @@
1465
1465
  position: relative;
1466
1466
  width: 100%;
1467
1467
  overflow-y: auto;
1468
+ overscroll-behavior: contain;
1468
1469
  -webkit-overflow-scrolling: touch;
1469
1470
  }
1470
1471
 
@@ -1910,6 +1911,7 @@ button.gd-list-item {
1910
1911
  .gd-flex-item-stretch {
1911
1912
  flex: 1 1 auto;
1912
1913
  overflow-y: auto;
1914
+ overscroll-behavior: contain;
1913
1915
  }
1914
1916
 
1915
1917
  @media only screen and (max-width: 640px) {
@@ -1943,6 +1945,7 @@ button.gd-list-item {
1943
1945
  .gd-flex-item-stretch-mobile {
1944
1946
  flex: 1 1 auto;
1945
1947
  overflow-y: auto;
1948
+ overscroll-behavior: contain;
1946
1949
  }
1947
1950
  }
1948
1951
  /* ==========================================================================
@@ -2233,6 +2236,7 @@ button.gd-list-item {
2233
2236
  .gd-message-overlay .gd-message-text-content.on {
2234
2237
  visibility: visible;
2235
2238
  overflow: auto;
2239
+ overscroll-behavior: contain;
2236
2240
  height: 100%;
2237
2241
  max-height: 100px;
2238
2242
  }
@@ -3715,6 +3719,7 @@ button.gd-list-item {
3715
3719
  position: relative;
3716
3720
  width: 100%;
3717
3721
  overflow-y: auto;
3722
+ overscroll-behavior: contain;
3718
3723
  -webkit-overflow-scrolling: touch;
3719
3724
  }
3720
3725
 
@@ -6155,6 +6160,7 @@ input[type=search]::-webkit-search-cancel-button {
6155
6160
  .gd-flex-item-stretch {
6156
6161
  flex: 1 1 auto;
6157
6162
  overflow-y: auto;
6163
+ overscroll-behavior: contain;
6158
6164
  }
6159
6165
 
6160
6166
  @media only screen and (max-width: 640px) {
@@ -6188,6 +6194,7 @@ input[type=search]::-webkit-search-cancel-button {
6188
6194
  .gd-flex-item-stretch-mobile {
6189
6195
  flex: 1 1 auto;
6190
6196
  overflow-y: auto;
6197
+ overscroll-behavior: contain;
6191
6198
  }
6192
6199
  }
6193
6200
  .gd-attribute-filter__next {
@@ -8720,6 +8727,7 @@ div.gd-empty-item-bubble {
8720
8727
  position: relative;
8721
8728
  width: 100%;
8722
8729
  overflow-y: auto;
8730
+ overscroll-behavior: contain;
8723
8731
  -webkit-overflow-scrolling: touch;
8724
8732
  }
8725
8733
 
@@ -13155,6 +13163,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
13155
13163
  display: flex;
13156
13164
  flex-direction: column;
13157
13165
  overflow: auto;
13166
+ overscroll-behavior: contain;
13158
13167
  -webkit-overflow-scrolling: touch;
13159
13168
  max-height: 100vh;
13160
13169
  width: 100%;
@@ -13770,6 +13779,7 @@ input[type=search]::-webkit-search-cancel-button {
13770
13779
  .gd-flex-item-stretch {
13771
13780
  flex: 1 1 auto;
13772
13781
  overflow-y: auto;
13782
+ overscroll-behavior: contain;
13773
13783
  }
13774
13784
 
13775
13785
  @media only screen and (max-width: 640px) {
@@ -13803,6 +13813,7 @@ input[type=search]::-webkit-search-cancel-button {
13803
13813
  .gd-flex-item-stretch-mobile {
13804
13814
  flex: 1 1 auto;
13805
13815
  overflow-y: auto;
13816
+ overscroll-behavior: contain;
13806
13817
  }
13807
13818
  }
13808
13819
  /**
@@ -15143,6 +15154,7 @@ input[type=search]::-webkit-search-cancel-button {
15143
15154
  position: relative;
15144
15155
  width: 100%;
15145
15156
  overflow-y: auto;
15157
+ overscroll-behavior: contain;
15146
15158
  -webkit-overflow-scrolling: touch;
15147
15159
  }
15148
15160
 
@@ -19671,6 +19683,7 @@ figure {
19671
19683
  }
19672
19684
  .alert-broken .filter-section-content {
19673
19685
  overflow: auto;
19686
+ overscroll-behavior: contain;
19674
19687
  max-height: 117px;
19675
19688
  margin: 5px 0;
19676
19689
  font-size: 14px;
@@ -19709,6 +19722,7 @@ figure {
19709
19722
  .gd-notifications-channels-dialog-overlay {
19710
19723
  overflow-y: auto;
19711
19724
  overflow-x: hidden;
19725
+ overscroll-behavior: contain;
19712
19726
  max-height: 99vh;
19713
19727
  }
19714
19728
  }
@@ -19753,6 +19767,7 @@ figure {
19753
19767
  .gd-notifications-channels-dialog-overlay.truncated {
19754
19768
  overflow-y: auto;
19755
19769
  overflow-x: hidden;
19770
+ overscroll-behavior: contain;
19756
19771
  }
19757
19772
 
19758
19773
  .gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog {
@@ -19794,8 +19809,8 @@ figure {
19794
19809
  align-items: center;
19795
19810
  }
19796
19811
  .gd-input-component .gd-label {
19797
- width: 95px;
19798
- min-width: 95px;
19812
+ width: 120px;
19813
+ min-width: 120px;
19799
19814
  }
19800
19815
  .gd-input-component .gd-input {
19801
19816
  flex-grow: 1;
@@ -19977,6 +19992,7 @@ figure {
19977
19992
  margin-left: 6px;
19978
19993
  max-height: 180px;
19979
19994
  overflow-y: auto;
19995
+ overscroll-behavior: contain;
19980
19996
  margin-right: -10px;
19981
19997
  }
19982
19998
  .gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content .gd-attachment-filters-list-item-title {
@@ -20065,6 +20081,7 @@ figure {
20065
20081
  min-height: 143px;
20066
20082
  max-height: 475px;
20067
20083
  overflow-y: auto;
20084
+ overscroll-behavior: contain;
20068
20085
  }
20069
20086
  @media only screen and (max-width: 640px) {
20070
20087
  .gd-notifications-channels-management-dialog .gd-notifications-channels-content {
@@ -20344,6 +20361,7 @@ figure {
20344
20361
  width: 100%;
20345
20362
  overflow-y: auto;
20346
20363
  overflow-x: hidden;
20364
+ overscroll-behavior: contain;
20347
20365
  }
20348
20366
  @media only screen and (max-width: 640px) {
20349
20367
  .gd-notification-channel-dialog-with-automation-filters {
@@ -20434,6 +20452,7 @@ figure {
20434
20452
  .gd-notifications-channels-dialog-error {
20435
20453
  max-height: 70px;
20436
20454
  overflow: auto;
20455
+ overscroll-behavior: contain;
20437
20456
  margin-bottom: 20px;
20438
20457
  }
20439
20458
 
@@ -20715,6 +20734,7 @@ figure {
20715
20734
  }
20716
20735
  .gd-recipients-field .gd-recipients__value-container {
20717
20736
  overflow-y: auto;
20737
+ overscroll-behavior: contain;
20718
20738
  padding: 0;
20719
20739
  min-height: 28px;
20720
20740
  max-height: 100px;
@@ -20946,12 +20966,12 @@ figure {
20946
20966
  }
20947
20967
  }
20948
20968
  .gd-dashboard-alerting-dialog-form-field__label-container {
20949
- width: 100px;
20969
+ width: 125px;
20950
20970
  min-height: 23px;
20951
20971
  display: flex;
20952
20972
  gap: 5px;
20953
20973
  align-items: center;
20954
- min-width: 100px;
20974
+ min-width: 125px;
20955
20975
  }
20956
20976
  .gd-dashboard-alerting-dialog-form-field__content-container {
20957
20977
  min-height: 23px;
@@ -20980,7 +21000,7 @@ figure {
20980
21000
  }
20981
21001
  }
20982
21002
  .gd-dashboard-alerting-dialog-form-field-group__label-container {
20983
- width: 100px;
21003
+ width: 125px;
20984
21004
  min-height: 23px;
20985
21005
  display: flex;
20986
21006
  gap: 5px;
@@ -22591,15 +22611,17 @@ figure {
22591
22611
  position: relative;
22592
22612
  }
22593
22613
  .dash-filters-wrapper .show-all {
22594
- display: none;
22595
- }
22596
- .dash-filters-wrapper .show-all:last-child {
22597
22614
  position: absolute;
22598
22615
  bottom: -25px;
22599
22616
  left: 50%;
22600
22617
  display: block;
22601
22618
  transform: translateX(-50%);
22602
22619
  }
22620
+ @media only screen and (max-width: 320px), only screen and (max-width: 640px) {
22621
+ .dash-filters-wrapper .show-all {
22622
+ display: none;
22623
+ }
22624
+ }
22603
22625
  .dash-filters-wrapper .gd-filter-button-custom-icon-wrapper .gd-icon-invisible {
22604
22626
  display: flex;
22605
22627
  padding-top: 2px;
@@ -22680,6 +22702,7 @@ figure {
22680
22702
  }
22681
22703
  .dash-filters-visible.scrollable {
22682
22704
  overflow-y: auto;
22705
+ overscroll-behavior: contain;
22683
22706
  }
22684
22707
  .dash-filters-visible .dash-filters-rows {
22685
22708
  position: absolute;
@@ -23093,6 +23116,7 @@ figure {
23093
23116
  .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel__filter-view__list .configuration-category {
23094
23117
  margin: 10px 0 0;
23095
23118
  overflow: auto;
23119
+ overscroll-behavior: contain;
23096
23120
  }
23097
23121
  .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible {
23098
23122
  outline: none;
@@ -23324,6 +23348,7 @@ figure {
23324
23348
  .grouped-navigation-list {
23325
23349
  flex: 1 1 auto;
23326
23350
  overflow: auto;
23351
+ overscroll-behavior: contain;
23327
23352
  margin: 0;
23328
23353
  padding: 8px 0;
23329
23354
  list-style-type: none;
@@ -23467,6 +23492,7 @@ figure {
23467
23492
  display: flex;
23468
23493
  flex-direction: column;
23469
23494
  overflow: auto;
23495
+ overscroll-behavior: contain;
23470
23496
  height: 100%;
23471
23497
  }
23472
23498
  .grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--has-subgroups {
@@ -23732,6 +23758,7 @@ figure {
23732
23758
  flex-direction: column;
23733
23759
  overflow-x: hidden;
23734
23760
  overflow-y: auto;
23761
+ overscroll-behavior: contain;
23735
23762
  max-width: 100vw;
23736
23763
  width: calc(100vw - 10 * (1vw + 1vh - 1vmin));
23737
23764
  height: calc(100vh - 10 * (1vw + 1vh - 1vmin));
@@ -23946,6 +23973,7 @@ figure {
23946
23973
  flex-shrink: 0;
23947
23974
  overflow: hidden;
23948
23975
  overflow-y: auto;
23976
+ overscroll-behavior: contain;
23949
23977
  transition: width 0.3s ease-in-out;
23950
23978
  position: relative;
23951
23979
  }
@@ -24022,6 +24050,7 @@ figure {
24022
24050
  .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-body {
24023
24051
  max-height: 160px;
24024
24052
  overflow-y: auto;
24053
+ overscroll-behavior: contain;
24025
24054
  padding: 0 0 10px 0;
24026
24055
  }
24027
24056
  .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
@@ -24250,6 +24279,7 @@ figure {
24250
24279
  .configuration-scrollable-panel {
24251
24280
  width: 100%;
24252
24281
  overflow: auto;
24282
+ overscroll-behavior: contain;
24253
24283
  }
24254
24284
 
24255
24285
  .configuration-panel {
@@ -24276,6 +24306,7 @@ figure {
24276
24306
  .configuration-panel .gd-rich-text-insight-description {
24277
24307
  height: 85px;
24278
24308
  overflow: auto;
24309
+ overscroll-behavior: contain;
24279
24310
  }
24280
24311
  .configuration-panel .gd-rich-text-insight-description textarea {
24281
24312
  font-weight: 400;
@@ -24322,6 +24353,7 @@ figure {
24322
24353
  max-height: 350px;
24323
24354
  overflow-x: hidden;
24324
24355
  overflow-y: auto;
24356
+ overscroll-behavior: contain;
24325
24357
  padding: 0;
24326
24358
  }
24327
24359
  .gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category {
@@ -25460,6 +25492,7 @@ figure {
25460
25492
  .attribute-filter-dropdown-configuration .gd-infinite-list {
25461
25493
  max-height: 350px;
25462
25494
  overflow: auto;
25495
+ overscroll-behavior: contain;
25463
25496
  margin: 6px 0 10px;
25464
25497
  }
25465
25498
  .attribute-filter-dropdown-configuration .gd-list-item.is-selected {
@@ -26157,6 +26190,7 @@ figure {
26157
26190
  .gd-drill-item-selector-dropdown .gd-drill-item-selector-body {
26158
26191
  max-height: 165px;
26159
26192
  overflow-y: auto;
26193
+ overscroll-behavior: contain;
26160
26194
  }
26161
26195
  .gd-drill-item-selector-dropdown .gd-drill-origin-selector-separator,
26162
26196
  .gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item,
@@ -26552,6 +26586,7 @@ figure {
26552
26586
  max-height: 200px;
26553
26587
  overflow-y: auto;
26554
26588
  overflow-x: hidden;
26589
+ overscroll-behavior: contain;
26555
26590
  }
26556
26591
  .gd-drill-to-url-body .gd-list-item {
26557
26592
  width: 230px;
@@ -26567,6 +26602,7 @@ figure {
26567
26602
  justify-content: flex-start;
26568
26603
  flex-wrap: nowrap;
26569
26604
  overflow: auto;
26605
+ overscroll-behavior: contain;
26570
26606
  padding: 4px 10px;
26571
26607
  white-space: nowrap;
26572
26608
  }
@@ -26666,6 +26702,7 @@ figure {
26666
26702
  }
26667
26703
  .gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters {
26668
26704
  overflow: auto;
26705
+ overscroll-behavior: contain;
26669
26706
  width: 200px;
26670
26707
  height: 270px;
26671
26708
  border: 1px solid var(--gd-palette-complementary-3-from-theme, #c9d5e0);
@@ -27033,6 +27070,7 @@ figure {
27033
27070
  height: 100%;
27034
27071
  overflow-x: hidden;
27035
27072
  overflow-y: auto;
27073
+ overscroll-behavior: contain;
27036
27074
  display: flex;
27037
27075
  flex: 1 1 auto;
27038
27076
  flex-direction: column;
@@ -27148,6 +27186,7 @@ figure {
27148
27186
  .gd-alerts-list__items {
27149
27187
  padding: 10px 0 10px 0;
27150
27188
  overflow-y: auto;
27189
+ overscroll-behavior: contain;
27151
27190
  max-height: 365px;
27152
27191
  }
27153
27192
  .gd-alerts-list__items .skeleton-flex {
@@ -27302,6 +27341,7 @@ figure {
27302
27341
  .gd-edit-alert__form {
27303
27342
  padding: 10px 10px 0 10px;
27304
27343
  overflow: auto;
27344
+ overscroll-behavior: contain;
27305
27345
  flex: 1 1 auto;
27306
27346
  min-height: 0;
27307
27347
  }
@@ -27471,6 +27511,7 @@ figure {
27471
27511
  .gd-alert-attribute-select__menu-item__values {
27472
27512
  max-height: 375px;
27473
27513
  overflow-y: auto;
27514
+ overscroll-behavior: contain;
27474
27515
  }
27475
27516
 
27476
27517
  .gd-alert-attribute-select__submenu .gd-list-item-separator::before {
@@ -27534,6 +27575,7 @@ figure {
27534
27575
 
27535
27576
  .gd-alert-destination-select__list-item.gd-list-item,
27536
27577
  .gd-alert-trigger-mode-select__list-item.gd-list-item,
27578
+ .gd-alert-trigger-interval-select__list-item.gd-list-item,
27537
27579
  .gd-alert-sensitivity-select__list-item.gd-list-item,
27538
27580
  .gd-alert-granularity-select__list-item.gd-list-item,
27539
27581
  .gd-alert-measure-select__list-item.gd-list-item,
@@ -27661,6 +27703,7 @@ figure {
27661
27703
  .gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .visualizations-list {
27662
27704
  max-height: 253px;
27663
27705
  overflow-y: auto;
27706
+ overscroll-behavior: contain;
27664
27707
  }
27665
27708
  .gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .horizontal-divider {
27666
27709
  width: 100%;
@@ -28783,6 +28826,9 @@ figure {
28783
28826
  align-self: stretch;
28784
28827
  height: 100%;
28785
28828
  }
28829
+ .gd-kda-dialog .gd-kda-key-drivers-detail-head {
28830
+ width: 100%;
28831
+ }
28786
28832
  .gd-kda-dialog .gd-kda-key-drivers-detail-title {
28787
28833
  color: var(--gd-palette-complementary-8);
28788
28834
  text-align: left;
@@ -28794,6 +28840,7 @@ figure {
28794
28840
  }
28795
28841
  .gd-kda-dialog .gd-kda-key-drivers-detail-breadcrumb {
28796
28842
  margin-bottom: 8px;
28843
+ width: 100%;
28797
28844
  }
28798
28845
  .gd-kda-dialog .gd-kda-key-drivers-detail-visualisation {
28799
28846
  width: 100%;
@@ -28950,6 +28997,7 @@ figure {
28950
28997
  font-weight: 400;
28951
28998
  line-height: 18px;
28952
28999
  overflow: auto;
29000
+ overscroll-behavior: contain;
28953
29001
  white-space: normal;
28954
29002
  word-break: break-word;
28955
29003
  }