@diplodoc/transform 4.70.3 → 4.70.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.
@@ -208,6 +208,7 @@
208
208
  overflow: auto;
209
209
  position: relative;
210
210
  z-index: 1;
211
+ scrollbar-width: thin;
211
212
 
212
213
  box-sizing: border-box;
213
214
  border: 1px solid var(--yfm-color-table-border, var(--yfm-color-table-border-private));
@@ -94,6 +94,7 @@
94
94
 
95
95
  .wide-inner-element {
96
96
  max-width: 700px;
97
+ scrollbar-width: thin;
97
98
  }
98
99
  }
99
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/transform",
3
- "version": "4.70.3",
3
+ "version": "4.70.4",
4
4
  "description": "A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML",
5
5
  "keywords": [
6
6
  "markdown",
@@ -208,6 +208,7 @@
208
208
  overflow: auto;
209
209
  position: relative;
210
210
  z-index: 1;
211
+ scrollbar-width: thin;
211
212
 
212
213
  box-sizing: border-box;
213
214
  border: 1px solid var(--yfm-color-table-border, var(--yfm-color-table-border-private));
@@ -94,6 +94,7 @@
94
94
 
95
95
  .wide-inner-element {
96
96
  max-width: 700px;
97
+ scrollbar-width: thin;
97
98
  }
98
99
  }
99
100