Skip to content

Commit a681e01

Browse files
committed
Update height style
1 parent 16f2ac1 commit a681e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ function App() {
5757
size={'50%'}
5858
>
5959
<Editor content={content} setContent={setContent} currentTheme={currentTheme}/>
60-
<div className={`p-2 vh-100`}
61-
style={{overflowY: "auto"}}>
60+
<div className={`p-2`}
61+
style={{overflowY: "auto", height: "calc(100vh - 110px"}}>
6262
<SwaggerUI spec={content} />
6363
</div>
6464
</ReactSplitPane>

0 commit comments

Comments
 (0)