Skip to content

Commit dd23c5c

Browse files
paodbjavier-godoy
authored andcommitted
fix: add missing z-index property on zoom select styling
1 parent f57747c commit dd23c5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

theme/lumo/vcf-pdf-viewer-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ registerStyles(
167167
background-color: white;
168168
box-shadow: var(--lumo-box-shadow-m);
169169
padding: var(--lumo-space-xs);
170+
z-index: 99;
170171
}
171172
`,
172173
{ moduleId: 'lumo-vcf-pdf-viewer' }

theme/material/vcf-pdf-viewer-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ registerStyles(
116116
background-color: white;
117117
border: 1px solid rgba(0, 0, 0, 0.12);
118118
padding: 0 4px;
119+
z-index: 99;
119120
}
120121
`,
121122
{ moduleId: 'material-vcf-pdf-viewer' }

0 commit comments

Comments
 (0)