@hexure/ui 1.14.2 → 1.14.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.
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -5163,7 +5163,7 @@ const StyledInput = styled.input `
|
|
|
5163
5163
|
const StyledTextArea = styled.textarea `
|
|
5164
5164
|
border: none !important;
|
|
5165
5165
|
background: none !important;
|
|
5166
|
-
overflow-y:
|
|
5166
|
+
overflow-y: auto !important;
|
|
5167
5167
|
font-size: 14px;
|
|
5168
5168
|
font-weight: 400;
|
|
5169
5169
|
height: ${props => props.$height || 'auto'};
|
package/dist/esm/index.js
CHANGED
|
@@ -5161,7 +5161,7 @@ const StyledInput = styled.input `
|
|
|
5161
5161
|
const StyledTextArea = styled.textarea `
|
|
5162
5162
|
border: none !important;
|
|
5163
5163
|
background: none !important;
|
|
5164
|
-
overflow-y:
|
|
5164
|
+
overflow-y: auto !important;
|
|
5165
5165
|
font-size: 14px;
|
|
5166
5166
|
font-weight: 400;
|
|
5167
5167
|
height: ${props => props.$height || 'auto'};
|