diff --git a/frontend/src/Editor/Components/text.scss b/frontend/src/Editor/Components/text.scss index 6c1bce79d0..4b09b81b3a 100644 --- a/frontend/src/Editor/Components/text.scss +++ b/frontend/src/Editor/Components/text.scss @@ -14,7 +14,6 @@ .text-widget-section { scrollbar-color: transparent transparent; scrollbar-width: thin; - & ::-webkit-scrollbar { background-color: transparent; width: 6px; diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index e716721db6..e822912514 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -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 {