From b2cff7918daeb2fa20a29a8d62fde24aee0d36e8 Mon Sep 17 00:00:00 2001 From: Kam Date: Wed, 15 Apr 2026 14:47:16 +0300 Subject: [PATCH] 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. --- adev/src/app/features/playground/playground.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/adev/src/app/features/playground/playground.component.scss b/adev/src/app/features/playground/playground.component.scss index 9b80f34bd31..909c565de96 100644 --- a/adev/src/app/features/playground/playground.component.scss +++ b/adev/src/app/features/playground/playground.component.scss @@ -69,6 +69,7 @@ border-radius: 0.25rem; padding: 0; transform: translateY(-0.7rem); + background: var(--page-background); li { list-style: none;