Fix sidebar pane on small screens (#1338)

This commit is contained in:
José Valim 2022-08-09 19:32:53 +02:00 committed by GitHub
parent 27f1e14064
commit 74b0166453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ defmodule LivebookWeb.SessionLive do
</span> </span>
</nav> </nav>
<div <div
class="flex flex-col h-full w-full max-w-xs absolute z-30 top-0 left-[64px] overflow-y-auto shadow-xl md:static md:shadow-none bg-gray-50 border-r border-gray-100 px-6 py-10" class="flex flex-col h-full w-full max-w-xs absolute z-30 top-0 left-[64px] overflow-y-auto shadow-xl md:static md:shadow-none bg-gray-50 border-r border-gray-100 px-6 pt-16 md:py-10"
data-el-side-panel data-el-side-panel
> >
<div data-el-sections-list> <div data-el-sections-list>