Skip to content

Commit

Permalink
Expand editor to full height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 29, 2024
1 parent 9084e2e commit ad57241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function Editor(props: Props) {
if (!editor) return null;

return (
<section className="border-skin-base animate-fade-up animate-duration-200 bg-skin-base fixed bottom-0 z-50 w-full overflow-auto rounded-t-3xl p-3 shadow-2xl md:h-auto md:max-h-[80svh] md:border-t">
<section className="border-skin-base animate-fade-up animate-duration-200 bg-skin-base fixed bottom-0 z-50 h-full w-full overflow-auto rounded-t-3xl p-3 shadow-2xl md:h-auto md:max-h-[80svh] md:border-t">
<div className="flex flex-col h-full mx-auto max-w-2xl">
<TopEditorBar
editor={editor}
Expand Down

0 comments on commit ad57241

Please sign in to comment.