1
0
Fork 0
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:
James Allen 2014-07-21 11:38:19 +01:00
parent 36f48cf772
commit 6212b1c375

View file

@ -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