Skip to content

Commit 2641bc0

Browse files
committed
docs(docs-infra): add background to playground template dropdown
The template dropdown menu had no background color on the container, causing page content to bleed through behind menu items.
1 parent 75f2cb8 commit 2641bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adev/src/app/features/playground/playground.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
border-radius: 0.25rem;
7070
padding: 0;
7171
transform: translateY(-0.7rem);
72+
background: var(--page-background);
7273

7374
li {
7475
list-style: none;

0 commit comments

Comments
 (0)