From c44101e2cbf340a380e143d74be39499d5e62891 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst <39639992+hawkticehurst@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:45:23 -0800 Subject: [PATCH] [Website]: Fix demo-server-info panel rendering issue (#2188) Add z-index to demo server info panel so it is rendered above example page content --- www/templates/shortcodes/demoenv.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/templates/shortcodes/demoenv.html b/www/templates/shortcodes/demoenv.html index de15050a..a2cdf4ae 100644 --- a/www/templates/shortcodes/demoenv.html +++ b/www/templates/shortcodes/demoenv.html @@ -11,6 +11,7 @@ border-top: 2px solid gray; overflow: hide; margin: 0px; + z-index: 1; } #demo-server-info.show { max-height: 45vh;