fix: Fixed issue where dropdowns in preferences would not be visible
This commit is contained in:
@@ -99,6 +99,9 @@ const EditorDefaults = ({ application }: Props) => {
|
||||
items={fontSizeDropdownOptions}
|
||||
value={fontSize}
|
||||
onChange={handleFontSizeChange}
|
||||
classNameOverride={{
|
||||
popover: '!z-modal',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -113,6 +116,9 @@ const EditorDefaults = ({ application }: Props) => {
|
||||
items={lineHeightDropdownOptions}
|
||||
value={lineHeight}
|
||||
onChange={handleLineHeightChange}
|
||||
classNameOverride={{
|
||||
popover: '!z-modal',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user