Files
sam-api/public/swagger-ui/index.css

20 lines
261 B
CSS
Raw Normal View History

2025-07-17 10:05:47 +09:00
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;
}