We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a411bb2 commit f260130Copy full SHA for f260130
app/concepts/cell/documentation/toc_left.erb
@@ -1,4 +1,4 @@
1
-<div class="lg:pt-10 lg:pl-5 xl:pl-20 p-10 pl-20 text-white leading-10 space-y-1 h-full overflow-auto">
+<div class="lg:pt-10 lg:pl-5 xl:pl-20 p-10 pl-20 text-white leading-10 space-y-1 h-[40rem] overflow-y-auto">
2
<% separator_after = {4 => true, 8 => true}
3
separator_class = "border-t-[1px] border-t-light-purple"
4
%>
app/concepts/cell/documentation/toc_right.erb
-<div class="display_none bg-white p-5 w-56 shrink-0 text-bg-blue overflow-y-scroll top-22" id="<%= css_id %>">
+<div class="display_none bg-white p-5 w-56 shrink-0 text-bg-blue overflow-y-auto top-22 h-[35rem]" id="<%= css_id %>">
<h4 class="font-base font-bold leading-10 pl-2">
<%= h2.title %>
</h4>
0 commit comments