Remove scope attribute on PdfViewer <style>

This commit is contained in:
Timothée Goguely 2024-12-19 17:16:29 +01:00
parent 13cbfd8309
commit 93c2ba2886

View file

@ -163,6 +163,6 @@ function showDraftMarker(draftComment) {
}
</script>
<style scoped>
<style>
@import "../../assets/css/src/2.blocks.pdf-viewer.css";
</style>