We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a755d commit 4f370b8Copy full SHA for 4f370b8
src/chemr-viewer.html
@@ -384,7 +384,7 @@
384
<div id="webviewToolbar" class="layout horizontal wrap" style="">
385
<paper-icon-button icon="icons:arrow-back" on-tap="back"></paper-icon-button>
386
<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>
+ <div class="flex" style="height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-app-region: drag">{{currentLocation}}</div>
388
<paper-progress id="progress" style="width: 100%"></paper-progress>
389
<div style="width: 100%; position: relative">
390
<div id="contentFindBox" class="layout horizontal" style="">
0 commit comments