Tooltips are now attached to body all the time

This commit is contained in:
Mark McDowall
2014-05-16 17:53:25 -07:00
parent a1abcbcd40
commit 0acea5a22c
7 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
<li><a href="#updates" class="x-updates-tab no-router">Updates</a></li>
<li class="lifecycle-controls pull-right">
<div class="btn-group">
<button class="btn btn-default btn-icon-only x-shutdown" title="Shutdown" data-container="body">
<button class="btn btn-default btn-icon-only x-shutdown" title="Shutdown">
<i class="icon-nd-shutdown"></i>
</button>
<button class="btn btn-default btn-icon-only x-restart" title="Restart" data-container="body">
<button class="btn btn-default btn-icon-only x-restart" title="Restart">
<i class="icon-nd-restart"></i>
</button>
</div>