Skip to content

Commit

Permalink
fix printing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
r0light committed Apr 17, 2024
1 parent a3f1d5b commit b215125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<!-- Application stylesheets -->
<link rel="stylesheet" type="text/css" href="styles/menu.css" />
<link rel="stylesheet" ref="styles/modelingApplicationPrint.css" media="print" />
<link rel="stylesheet" type="text/css" href="styles/modelingApplicationPrint.css" media="print" />
<link rel="stylesheet" type="text/css" href="styles/modelingApplication.css" />
<link rel="stylesheet" type="text/css" href="styles/modelingArea.css" />

Expand Down
10 changes: 4 additions & 6 deletions public/styles/modelingApplicationPrint.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@media print {
body * {
visibility: hidden;
}

/* #jointPaper,
#jointPaper * { */
Expand All @@ -12,8 +9,9 @@

/* #jointPaper { */
.system-container-modeling-area {
position: absolute;
left: 0;
top: 0;
display:block;
overflow: visible !important;
width: fit-content !important;
height: fit-content !important;
}
}

0 comments on commit b215125

Please sign in to comment.