Fix StaticView PdfViewer style

This commit is contained in:
Timothée Goguely 2024-11-21 16:22:13 +01:00
parent ddbc663dea
commit 734d319d62
5 changed files with 130 additions and 117 deletions

View file

@ -44,10 +44,15 @@ const openedFile = ref(step.files.static[activeTab.value]);
</script>
<style scoped>
@import '../../../assets/css/src/2.blocks.pdf-viewer.css';
.dialog__inner {
background-color: inherit;
height: calc(100% - 3.5rem) !important;
}
[role="tablist"] {
height: 3.5rem;
width: 100%;
display: flex;
align-items: flex-start;