File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
apps/frontend/src/app/question/[id] Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default function QuestionPage() {
79
79
basicSetup ,
80
80
languageConf . of ( javascript ( ) ) ,
81
81
EditorView . theme ( {
82
- "&" : { height : "100%" , overflow : "hidden" } , // Enable scroll
82
+ "&" : { height : "100%" , overflow : "hidden" } , // Enable Scroll
83
83
} ) ,
84
84
] ,
85
85
} ) ;
@@ -241,6 +241,7 @@ export default function QuestionPage() {
241
241
pageSize : paginationParams . limit ,
242
242
onChange : onPageJump ,
243
243
} }
244
+ scroll = { { y : 200 } }
244
245
/>
245
246
</ div >
246
247
</ div >
@@ -279,7 +280,7 @@ export default function QuestionPage() {
279
280
< div
280
281
style = { {
281
282
margin : "10px" ,
282
- height : "40vh " ,
283
+ height : "35vh " ,
283
284
} }
284
285
>
285
286
< div
Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
.history-row {
24
- height : 40 % ;
24
+ height : 45 % ;
25
25
padding : 1rem 0.25rem 0.25rem ;
26
26
}
27
27
28
28
.code-row {
29
- height : 60 % ;
29
+ height : 55 % ;
30
30
padding : 1rem 0.25rem 0.25rem ;
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments