@flozy/editor 9.7.2 → 9.7.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.
@@ -134,8 +134,7 @@ const SearchAndDocList = ({
|
|
134
134
|
position: 'relative',
|
135
135
|
maxHeight: '400px',
|
136
136
|
minWidth: "275px",
|
137
|
-
|
138
|
-
overflowX: 'hidden',
|
137
|
+
overflow: 'auto',
|
139
138
|
padding: '0px 16px 8px',
|
140
139
|
marginBottom: '20px',
|
141
140
|
scrollbarWidth: "thin",
|