We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1226bf commit 7185fd7Copy full SHA for 7185fd7
packages/code-editor/src/CodeEditor/hooks/extensions/useThemeExtension.ts
@@ -76,6 +76,7 @@ export function useThemeExtension({
76
borderBottomRightRadius: `${borderRadius[300]}px`,
77
borderTopLeftRadius: hasPanel ? 0 : `${borderRadius[300]}px`,
78
borderTopRightRadius: hasPanel ? 0 : `${borderRadius[300]}px`,
79
+ overflow: 'hidden',
80
color: color[theme].text[Variant.Primary][InteractionState.Default],
81
},
82
0 commit comments