Skip to content

Commit 9733fd9

Browse files
committed
Enable scrolling in markdown fullscreen
1 parent e9962bd commit 9733fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/styles/globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ dialog * {
383383
height: calc(100vh - 2rem);
384384
display: flex;
385385
flex-direction: column;
386-
overflow: hidden;
386+
overflow: auto;
387387
resize: none;
388388
background-color: var(--baseBase);
389389
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);

0 commit comments

Comments
 (0)