Skip to content

Commit 4f370b8

Browse files
committed
draggable
1 parent d6a755d commit 4f370b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chemr-viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
<div id="webviewToolbar" class="layout horizontal wrap" style="">
385385
<paper-icon-button icon="icons:arrow-back" on-tap="back"></paper-icon-button>
386386
<paper-icon-button icon="icons:arrow-forward" on-tap="forward"></paper-icon-button>
387-
<div class="flex" style="height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis;">{{currentLocation}}</div>
387+
<div class="flex" style="height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-app-region: drag">{{currentLocation}}</div>
388388
<paper-progress id="progress" style="width: 100%"></paper-progress>
389389
<div style="width: 100%; position: relative">
390390
<div id="contentFindBox" class="layout horizontal" style="">

0 commit comments

Comments
 (0)