File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -221,9 +221,7 @@ defmodule LivebookWeb.FileSelectComponent do
221221 < div
222222 :if = { not @ loading }
223223 class = { [
224- "grow -m-1 p-1 h-full rounded-lg relative" ,
225- @ loading && "overflow-y-hidden" ,
226- not @ loading && "overflow-y-auto tiny-scrollbar"
224+ "grow -m-1 p-1 h-full rounded-lg relative overflow-y-auto tiny-scrollbar"
227225 ] }
228226 tabindex = "-1 "
229227 phx-hook = "Dropzone "
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ defmodule LivebookWeb.SessionLive.SectionComponent do
225225 < . remix_icon
226226 :if = { @ section_view . parent }
227227 icon = "arrow-right-s-line "
228- class = { [ ( @ section_view . parent && @ section_view . parent . id == parent . id ) || "invisible" ] }
228+ class = { [ @ section_view . parent . id == parent . id || "invisible" ] }
229229 />
230230 < span > { parent . name } </ span >
231231 </ button >
You can’t perform that action at this time.
0 commit comments