Skip to content

Commit e078205

Browse files
authored
Merge pull request #44581 from tengqm/fix-apiref-style
Fix API reference problem
2 parents f586b0a + 32169e7 commit e078205

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/css/style_apiref.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@ code {
100100
display: block;
101101
height: 100%;
102102
position: fixed;
103-
width: 100%;
104-
z-index: 1;
105103
top: 0;
106104
left: 0;
107105
background-color: rgba(51, 113, 227, 3%);
108106
border-right: 1px solid #dee2e6;
109-
overflow-x: hidden;
107+
overflow-x: scroll;
110108
padding-top: .5rem;
111109
}
112110

0 commit comments

Comments
 (0)