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.
This commit is contained in:
Kam 2026-04-15 14:47:16 +03:00 committed by Kirill Cherkashin
parent ede7c58a2a
commit b2cff7918d

View file

@ -69,6 +69,7 @@
border-radius: 0.25rem;
padding: 0;
transform: translateY(-0.7rem);
background: var(--page-background);
li {
list-style: none;