chore: public/swagger/index.css

This commit is contained in:
2026-07-01 17:55:20 +08:00
parent 985683668b
commit 948a027020
+16
View File
@@ -0,0 +1,16 @@
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}