Skip to content

Commit

Permalink
fix(esl-panel): default print styles for esl-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jul 1, 2023
1 parent 0829192 commit 68cf512
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/esl-panel/core/esl-panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ esl-panel {
transition: max-height @animationTime ease-in-out, visibility 0s linear;
}
}

@media print {
esl-panel:not(.print-closed) {
visibility: visible;
max-height: none;
}
}

0 comments on commit 68cf512

Please sign in to comment.