Remove unnecessary scrollbar in Mix runtime modal (#903)

This commit is contained in:
Jonatan Kłosko 2022-01-20 11:35:54 +01:00 committed by GitHub
parent a525fdb1d5
commit 5411035937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ defmodule LivebookWeb.FileSelectComponent do
autocomplete="off" />
</form>
</div>
<span class="tooltip top" data-tooltip="New directory">
<span class={"tooltip #{if(@inner_block, do: "top", else: "left")}"} data-tooltip="New directory">
<button class="icon-button"
tabindex="-1"
aria-label="new directory"