Skip to content

Commit 525bf6b

Browse files
committed
fix: monica css
1 parent 8e8c92f commit 525bf6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,15 @@ watch(
173173
// transform: translate(-50%);
174174
width: 60%;
175175
max-width: 800px;
176+
height: 600px;
177+
max-height: calc(100vh - 400px);
176178
.code-container {
177179
border-bottom: 10px #1e1e1e solid;
178180
border-radius: 10px;
179181
height: 100%;
180182
}
181183
#container {
182184
height: 100%;
183-
max-height: calc(100vh - 400px);
184185
width: 100%;
185186
}
186187
}

0 commit comments

Comments
 (0)