API page scrolling fix
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
<link rel="stylesheet" href="/ui/style.css" />
|
<link rel="stylesheet" href="/ui/style.css" />
|
||||||
<link rel="icon" type="image/x-icon" href="/ui/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="/ui/favicon.ico" />
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
overflow: auto !important;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
.doc-container {
|
.doc-container {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user