Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/viewer/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ body {
top: 0;
z-index: 100;
background: #fff;
padding-top: 16px;
border-bottom: 1px solid #dadce0;
}
.toolbar {
Expand Down Expand Up @@ -576,10 +577,6 @@ body {
<body>

<div class="app-header">
<div class="toolbar">
<button onclick="window.print()">Print / Save as PDF</button>
<span class="tip">Choose "Save as PDF" in the print dialog.</span>
</div>
<div class="legend">${legendRows}</div>
</div>

Expand Down