Skip to content

Commit e4ffd07

Browse files
committed
Use CSS containment to prevent PrimeVue from leaking its CSS.qweqwe
1 parent fb3d354 commit e4ffd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/src/components/OpenCOR.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ async function onGitHubButtonClick(): Promise<void> {
10841084
container-type: inline-size;
10851085
}
10861086
1087-
.opencor-scoped-styles :deep(.p-) {
1087+
.opencor-scoped-styles :deep([class^="p-"]) {
10881088
all: initial;
10891089
all: revert;
10901090
}

0 commit comments

Comments
 (0)