Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 4cce2d5

Browse files
committed
1.13.1
1 parent 71b7365 commit 4cce2d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

views/index.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
gap: 8px;
1616
width: 100%;
1717
height: 100%;
18+
overflow: auto;
1819
}
1920
#app {
21+
position: absolute;
22+
top: 8px;
2023
display: flex;
2124
flex-direction: column;
2225
gap: 8px;
23-
margin: 30px 0;
26+
margin: 30px;
2427
}
2528
#generate {
2629
margin: 0 auto;

0 commit comments

Comments
 (0)