Skip to content

Commit dae1c72

Browse files
fix: correct toolbar override selector nesting
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d9abb07 commit dae1c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PdfEditor/PdfEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ defineExpose({
381381
width: 100%;
382382
height: 100%;
383383
384-
.pdf-editor .actions-toolbar[data-v-314ea048],
384+
.actions-toolbar[data-v-314ea048],
385385
.pdf-elements-root .overlay .draggable-wrapper .actions-toolbar,
386386
.actions-toolbar {
387387
gap: var(--pdf-elements-toolbar-gap, 10px);

0 commit comments

Comments
 (0)