Skip to content

Commit

Permalink
fix: add print style for toggle button
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Oct 11, 2023
1 parent 4adbb19 commit f4f9c9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Visualization/styles/Visualization.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
margin: 1px 4px 3px 0;
}

@media print {
.legendKeyToggle {
display: none;
}
}

.pluginContainer {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit f4f9c9f

Please sign in to comment.