Skip to content

Commit 598810a

Browse files
Fix right scrollbar position
1 parent be33df9 commit 598810a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ div.container {
143143
}
144144

145145
div.container-rustdoc {
146-
max-width: 1200px;
147146
text-align: left;
148147
}
149148

@@ -177,6 +176,8 @@ div.nav-container {
177176
}
178177

179178
form.landing-search-form-nav {
179+
max-width: 1200px;
180+
180181
input.search-input-nav {
181182
float: right;
182183
max-width: 200px;

0 commit comments

Comments
 (0)