@diplodoc/transform 4.70.2 → 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.
@@ -35,6 +35,7 @@
35
35
  .wide-inner-element {
36
36
  max-width: 100%;
37
37
  width: 100%;
38
+ scrollbar-width: thin;
38
39
  height: 100%;
39
40
  }
40
41
 
@@ -93,6 +94,7 @@
93
94
 
94
95
  .wide-inner-element {
95
96
  max-width: 700px;
97
+ scrollbar-width: thin;
96
98
  }
97
99
  }
98
100
 
@@ -100,6 +102,9 @@
100
102
  visibility: hidden;
101
103
  width: 30px;
102
104
  height: 30px;
105
+ min-width: 30px;
106
+ min-height: 30px;
107
+ flex-shrink: 0;
103
108
  z-index: 100;
104
109
  padding: 6px;
105
110
  box-sizing: content-box;