Skip to content

Commit 3511542

Browse files
committed
scroll added to preview panel
Signed-off-by: nitro56565 <[email protected]>
1 parent 5cb4ca8 commit 3511542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/pages/MainContainer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
}
7272

7373
.main-container-preview-content {
74-
@apply flex-1 p-4;
74+
@apply flex-1 p-4 overflow-auto;
7575
}
7676

7777
.main-container-preview-text {
78-
@apply text-gray-500;
78+
@apply text-gray-500 h-full;
7979
}
8080

8181
.main-container-agreement {
82-
@apply flex-1;
82+
@apply flex-1 h-full;
8383
}

0 commit comments

Comments
 (0)