mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 17:15:09 +08:00
Fix undesired scrollbar on the homepage
This commit is contained in:
parent
4fac98e069
commit
797befe28f
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@ defmodule LivebookWeb.HomeLive do
|
|||
def render(assigns) do
|
||||
~H"""
|
||||
<div class="flex grow h-full">
|
||||
<.live_region role="alert" />
|
||||
<SidebarHelpers.sidebar>
|
||||
<SidebarHelpers.shared_home_footer
|
||||
socket={@socket}
|
||||
|
@ -110,7 +111,6 @@ defmodule LivebookWeb.HomeLive do
|
|||
id="session-list"
|
||||
sessions={@sessions}/>
|
||||
</div>
|
||||
<.live_region role="alert" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue