mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 11:52:40 +00:00
Append project list tooltips to body
This commit is contained in:
parent
9ce746c6c5
commit
9064a9d9df
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
href='#',
|
href='#',
|
||||||
tooltip="Download",
|
tooltip="Download",
|
||||||
tooltip-placement="bottom",
|
tooltip-placement="bottom",
|
||||||
|
tooltip-append-to-body="true",
|
||||||
ng-click="downloadSelectedProjects()"
|
ng-click="downloadSelectedProjects()"
|
||||||
)
|
)
|
||||||
i.fa.fa-cloud-download
|
i.fa.fa-cloud-download
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
href='#',
|
href='#',
|
||||||
tooltip="Delete",
|
tooltip="Delete",
|
||||||
tooltip-placement="bottom",
|
tooltip-placement="bottom",
|
||||||
|
tooltip-append-to-body="true",
|
||||||
ng-click="openArchiveProjectsModal()"
|
ng-click="openArchiveProjectsModal()"
|
||||||
)
|
)
|
||||||
i.fa.fa-trash-o
|
i.fa.fa-trash-o
|
||||||
|
@ -39,6 +41,7 @@
|
||||||
href="#",
|
href="#",
|
||||||
data-toggle="dropdown",
|
data-toggle="dropdown",
|
||||||
tooltip="Add to folders",
|
tooltip="Add to folders",
|
||||||
|
tooltip-append-to-body="true",
|
||||||
tooltip-placement="bottom"
|
tooltip-placement="bottom"
|
||||||
)
|
)
|
||||||
i.fa.fa-folder-open-o
|
i.fa.fa-folder-open-o
|
||||||
|
|
Loading…
Reference in a new issue