devexpress-diagram 2.0.41 → 2.0.45

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,7 +1,7 @@
1
1
  /*!
2
2
  * DevExpress Diagram (dx-diagram)
3
- * Version: 2.0.41
4
- * Build date: Fri Oct 08 2021
3
+ * Version: 2.0.45
4
+ * Build date: Fri Nov 12 2021
5
5
  *
6
6
  * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
7
7
  * Read about DevExpress licensing here: https://www.devexpress.com/Support/EULAs
@@ -509,10 +509,11 @@
509
509
 
510
510
  .dxdi-clipboard-input,
511
511
  .dxdi-focus-input {
512
- position: fixed;
512
+ position: absolute;
513
513
  overflow: hidden;
514
514
  left: -1000px !important;
515
- top: -1000px !important; }
515
+ top: -1000px !important;
516
+ opacity: 0; }
516
517
 
517
518
  .dxdi-text-input-container {
518
519
  display: none; }