Skip to content

Commit 1103baa

Browse files
committed
feat: scope CSS styles for command pallet components
1 parent ad11b7f commit 1103baa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/content_scripts/modules/x/commandPallet/commandPallet.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@
88
z-index: 10000;
99
}
1010

11-
.slds-modal__content {
11+
x-command-pallet .slds-modal__content {
1212
overflow: visible;
1313
}
1414

15-
16-
.slds-modal {
15+
x-command-pallet .slds-modal {
1716
z-index: 9060;
1817
}
1918

20-
.slds-scope .slds-modal__content {
19+
x-command-pallet .slds-scope .slds-modal__content {
2120
overflow: visible;
2221
}
2322

24-
.modal-container.slds-modal__container {
23+
x-command-pallet .modal-container.slds-modal__container {
2524
max-width: 50rem;
2625
padding-bottom: 20rem;
2726
}

0 commit comments

Comments
 (0)