mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 19:46:00 +08:00
Fix sidebar pane on small screens (#1338)
This commit is contained in:
parent
27f1e14064
commit
74b0166453
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue