mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-01 03:38:53 +08:00
Do not tab over file container (it does so on Firefox)
This commit is contained in:
parent
972e98af3c
commit
982759844f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ defmodule LivebookWeb.PathSelectComponent do
|
|||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="flex-grow -m-1 p-1 overflow-y-auto tiny-scrollbar">
|
||||
<div class="flex-grow -m-1 p-1 overflow-y-auto tiny-scrollbar" tabindex="-1">
|
||||
<%= if highlighting?(@files) do %>
|
||||
<div class="grid grid-cols-4 gap-2 border-b border-dashed border-grey-200 mb-2 pb-2">
|
||||
<%= for file <- @files, file.highlighted != "" do %>
|
||||
|
|
Loading…
Reference in a new issue