mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 18:15:32 +00:00
Append header tooltips to body
This commit is contained in:
parent
36f48cf772
commit
6212b1c375
1 changed files with 4 additions and 2 deletions
|
@ -3,13 +3,15 @@ header.toolbar.toolbar-header(ng-cloak, ng-hide="state.loading")
|
|||
href,
|
||||
ng-click="ui.leftMenuShown = true"
|
||||
tooltip="Menu",
|
||||
tooltip-placement="bottom"
|
||||
tooltip-placement="bottom",
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
i.fa.fa-fw.fa-bars
|
||||
a(
|
||||
href="/project"
|
||||
tooltip="Back to projects",
|
||||
tooltip-placement="bottom"
|
||||
tooltip-placement="bottom",
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
i.fa.fa-fw.fa-level-up
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue