@alepot55/chessboardjs 2.3.7 → 2.3.8

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.
@@ -105,6 +105,14 @@
105
105
 
106
106
  .highlighted {
107
107
  box-shadow: inset 0 0 10px var(--highlightSquare);
108
+ }
109
+
110
+ body.chessboardjs-dragging {
111
+ touch-action: none !important;
112
+ overscroll-behavior: contain !important;
113
+ position: fixed !important;
114
+ width: 100vw !important;
115
+ overflow: hidden !important;
108
116
  }/* Piece-specific styles */
109
117
  .piece {
110
118
  position: absolute;