mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-04 19:03:12 +08:00
Fix sections sidebar overflow (#171)
This commit is contained in:
parent
252642f601
commit
2887527dc9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ defmodule LivebookWeb.SessionLive do
|
|||
<% end %>
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex flex-col w-1/5 bg-gray-50 border-r border-gray-100 px-6 py-10" data-element="sections-panel">
|
||||
<div class="flex flex-col w-1/3 lg:w-1/5 overflow-y-auto bg-gray-50 border-r border-gray-100 px-6 py-10" data-element="sections-panel">
|
||||
<div class="flex-grow flex flex-col">
|
||||
<h3 class="font-semibold text-gray-800 text-lg">
|
||||
Sections
|
||||
|
|
Loading…
Reference in a new issue