mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 21:26:05 +08:00
Fix tooltip location to avoid scrollbars
This commit is contained in:
parent
f4a29840bc
commit
97185ad34c
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
|
|||
aria-label="copy to clipboard"
|
||||
phx-click={
|
||||
JS.dispatch("lb:clipcopy", to: "#teams-key")
|
||||
|> JS.transition("tooltip top", time: 2000)
|
||||
|> JS.transition("tooltip left", time: 2000)
|
||||
}
|
||||
>
|
||||
<.button color="gray" small type="button">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue