Skip to content

Commit

Permalink
draggable
Browse files Browse the repository at this point in the history
  • Loading branch information
cho45 committed Jun 2, 2016
1 parent d6a755d commit 4f370b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chemr-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
<div id="webviewToolbar" class="layout horizontal wrap" style="">
<paper-icon-button icon="icons:arrow-back" on-tap="back"></paper-icon-button>
<paper-icon-button icon="icons:arrow-forward" on-tap="forward"></paper-icon-button>
<div class="flex" style="height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis;">{{currentLocation}}</div>
<div class="flex" style="height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-app-region: drag">{{currentLocation}}</div>
<paper-progress id="progress" style="width: 100%"></paper-progress>
<div style="width: 100%; position: relative">
<div id="contentFindBox" class="layout horizontal" style="">
Expand Down

0 comments on commit 4f370b8

Please sign in to comment.