Files
sam-api/public/swagger-ui/index.css
2025-07-17 10:05:47 +09:00

20 lines
261 B
CSS

html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}
.swagger-ui textarea {
min-height: 100px !important;
}