We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f2ac1 commit a681e01Copy full SHA for a681e01
src/App.tsx
@@ -57,8 +57,8 @@ function App() {
57
size={'50%'}
58
>
59
<Editor content={content} setContent={setContent} currentTheme={currentTheme}/>
60
- <div className={`p-2 vh-100`}
61
- style={{overflowY: "auto"}}>
+ <div className={`p-2`}
+ style={{overflowY: "auto", height: "calc(100vh - 110px"}}>
62
<SwaggerUI spec={content} />
63
</div>
64
</ReactSplitPane>
0 commit comments