chore: fix dropdowns
This commit is contained in:
@@ -147,7 +147,9 @@ const NewNotePreferences: FunctionComponent<Props> = ({
|
|||||||
<div className="mt-3 text-mobile-menu-item md:text-menu-item">Note Type</div>
|
<div className="mt-3 text-mobile-menu-item md:text-menu-item">Note Type</div>
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
portal={false}
|
classNameOverride={{
|
||||||
|
popover: 'z-modal',
|
||||||
|
}}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
id="def-editor-dropdown"
|
id="def-editor-dropdown"
|
||||||
@@ -162,7 +164,9 @@ const NewNotePreferences: FunctionComponent<Props> = ({
|
|||||||
<div className="mt-3 text-mobile-menu-item md:text-menu-item">Title Format</div>
|
<div className="mt-3 text-mobile-menu-item md:text-menu-item">Title Format</div>
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<Dropdown
|
<Dropdown
|
||||||
portal={false}
|
classNameOverride={{
|
||||||
|
popover: 'z-modal',
|
||||||
|
}}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
id="def-new-note-title-format"
|
id="def-new-note-title-format"
|
||||||
|
|||||||
Reference in New Issue
Block a user