Skip to content

Commit 14d51fa

Browse files
fix(entry): fix overflow
1 parent 1731e87 commit 14d51fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles/site-styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@
13871387
}
13881388
.ux-c-entry__content {
13891389
grid-area: body;
1390-
overflow:scroll;
1390+
/* overflow:scroll; */
13911391
position: relative;
13921392
z-index: 1;
13931393
max-width:1300px;

0 commit comments

Comments
 (0)