Skip to content

Commit

Permalink
make note scrollable
Browse files Browse the repository at this point in the history
GraemeFulton committed Aug 26, 2024
1 parent 73cde04 commit 7aa9103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/n/[slug].js
Original file line number Diff line number Diff line change
@@ -51,10 +51,10 @@ export default function EditPostPage() {
url: "https://prototypr.io/note",
}}
>
<div className="h-screen overflow-auto bg-gray-100">
<div className="h-screen overflow-hidden bg-gray-100">
<div className="w-[758px] group z-10 flex items-center justify-center bg-gray-50 mx-auto mt-20 relative rounded-sm rounded-b-none shadow-lg h-[calc(100vh-114px)]">
<div className="group relative w-full h-full overflow-hidden bg-white group-hover:border-gray-100 shadow-lg p-6 transform -rotate-1 hover:rotate-0 transition-all duration-500 ease-in-out border border-opacity-0 border-gray-400 group-hover:border-opacity-100">
<div className="absolute inset-0 z-0 overflow-hidden">
<div className="absolute inset-0 z-0 overflow-auto">
<div className="z-10">
<Tiptypr
{...typrNotesProps({

0 comments on commit 7aa9103

Please sign in to comment.