remove drag&drop on calendar for print views (#2261)

This commit is contained in:
Kevin Papst
2021-01-14 20:53:18 +01:00
committed by GitHub
parent 2a986517f7
commit 1eae149c75
5 changed files with 7 additions and 6 deletions

View File

@@ -7,4 +7,5 @@
@media print{
.sf-toolbar, .control-sidebar {display: none !important;}
.col-print-12{width:100%;}
}