Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Fixed tooltip layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Eickler committed Jan 2, 2017
1 parent 226cd09 commit 0cc2f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/weather/views/weather.main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<tr>
<td>{{ 'Weather' | translate }}</td>
<td>
<dark-sky-icon icon="{{ weather.currently.icon }}" uib-tooltip="{{weather.currently.summary | translate }}"></dark-sky-icon>
<dark-sky-icon icon="{{ weather.currently.icon }}" uib-tooltip="{{weather.currently.summary | translate }}" tooltip-append-to-body="true"></dark-sky-icon>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 0cc2f0b

Please sign in to comment.