Skip to content

Commit

Permalink
fix: The last api shows an exception for the first time #26
Browse files Browse the repository at this point in the history
This is due to insufficient scroll distance.
  • Loading branch information
wll8 committed Jun 19, 2023
1 parent 5810057 commit 13a90d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion try.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ function initCss() {
.swaggerBox:not(.onlySwagger) .opblock-body > .opblock-description-wrapper {
display: none;
}
.swaggerBox:not(.onlySwagger) .block div>span:last-child .operation-tag-content>span:last-child {
display: block;
margin-bottom: 100vh;
}
.swaggerBox .tryBtn {
margin-right: 10px;
background-color: #fff;
Expand Down

0 comments on commit 13a90d1

Please sign in to comment.