API page scrolling fix

This commit is contained in:
2026-01-07 10:42:17 +01:00
parent 56b4e056c3
commit 86c20628c8

View File

@@ -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;