Summary Table
Categories |
Total Count |
PII |
0 |
URL |
0 |
DNS |
0 |
EKL |
0 |
IP |
0 |
PORT |
0 |
VsID |
0 |
CF |
0 |
AI |
0 |
VPD |
0 |
PL |
0 |
Other |
0 |
File Content
// Below is tentative fix for IE 11 print issues.
@media print {
header,
nav,
footer,
.nav-gap {
//Removes extraneous elements
visibility: hidden;
display: none;
}
section {
margin-left: -210px;
}
article {
margin-top: -195px;
}
table {
// Prevents IE 11 keyframe/opacity problem
opacity: 1;
}
.sticky {
// Prevents OneNote displaying header across all pages
position: static !important;
}
.menu-bar,
.nav-bar {
display: none;
}
.claim-bar {
box-shadow: none;
}
.icon-function {
display: none;
}
.tab-content {
border: none;
box-shadow: none;
}
.card-tabs>section>input[type='radio'] {
// Prevents OneNote displaying hidden elements
opacity: 0;
}
.fade-in,
.slide-in {
// Prevents IE 11 keyframe/opacity problem
opacity: 1;
}
.accordion:first-of-type input[type='checkbox'] {
// Prevents OneNote displaying hidden elements
opacity: 0;
}
}