Pre-load pdf contents

This commit is contained in:
Michael Shamoon
2021-02-06 14:28:26 -08:00
parent 37953dd732
commit 280d58b7c2
3 changed files with 18 additions and 4 deletions

View File

@@ -52,3 +52,8 @@
z-index: 0;
}
}
.popover-hidden ::ng-deep .popover {
opacity: 0;
pointer-events: none;
}