Skip to content

Commit 8af7c20

Browse files
authored
Remove unncessary scrollbars (ocaml#502)
1 parent 59a8c2c commit 8af7c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ocamlorg_frontend/pages/tutorial.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Learn_layout.render ~current_tutorial:tutorial.slug ~title:(Printf.sprintf "%s
4545
</div>
4646
<div class="hidden lg:flex top-0 sticky h-screen">
4747
<div class="flex-col w-60">
48-
<div class="h-screen overflow-scroll p-6 right-sidebar">
48+
<div class="h-screen overflow-auto p-6 right-sidebar">
4949
<div class="font-semibold text-black text-sm mb-4">ON THIS PAGE</div>
5050
<div class="page-toc"><%s! tutorial.toc_html %></div>
5151
</div>

0 commit comments

Comments
 (0)