@dialpad/dialtone 6.20.2 → 6.20.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.20.3](https://github.com/dialpad/dialtone/compare/v6.20.2...v6.20.3) (2022-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **popover:** remove d-popover__anchor--modal-opened class ([d62cde0](https://github.com/dialpad/dialtone/commit/d62cde09cb2827f8ccbde0f20c19edcdf6c1397f))
7
+
1
8
  ## [6.20.2](https://github.com/dialpad/dialtone/compare/v6.20.1...v6.20.2) (2022-03-29)
2
9
 
3
10
 
@@ -41,11 +41,6 @@
41
41
  z-index: var(--zi-modal-element);
42
42
  }
43
43
 
44
- // to be set on the anchor container whenever the modal dialog is opened.
45
- .d-popover__anchor--modal-opened * {
46
- z-index: 650;
47
- }
48
-
49
44
  // $$ DIALOG CONTENT
50
45
  // ----------------------------------------------------------------------------
51
46
  .d-popover__content {
@@ -2007,9 +2007,6 @@ legend .d-label {
2007
2007
  .d-popover__dialog--modal {
2008
2008
  z-index: var(--zi-modal-element);
2009
2009
  }
2010
- .d-popover__anchor--modal-opened * {
2011
- z-index: 650;
2012
- }
2013
2010
  .d-popover__content {
2014
2011
  overflow: auto;
2015
2012
  }