Fix: Correct scrollbar css mismatch of text inside form component (#1734)

* fix: fixed text css formatting for safari support

* fix: remove fixed height for custom schema form text that blocks auto resize

* fix: removed unnecessory css that breaks form ux
This commit is contained in:
Johnson Cherian 2024-07-11 19:18:20 +05:30 committed by Kavin Venkatachalam
parent 74c573f7ee
commit d9000561fe
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,6 @@
.text-widget-section {
scrollbar-color: transparent transparent;
scrollbar-width: thin;
& ::-webkit-scrollbar {
background-color: transparent;
width: 6px;

View file

@ -12027,7 +12027,7 @@ tbody {
}
.text-widget[style*="font-size: 14px;"] {
height: 21px !important;
// height: 21px !important;
div {
overflow-y: visible !important;
@ -12035,7 +12035,7 @@ tbody {
}
.text-widget[style*="font-size: 20px;"] {
height: 30px !important;
// height: 30px !important;
background-color: red;
div {