From dc5f102e64307c499afb67c6564b094ea3d92d6e Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Sat, 13 Jan 2024 14:01:13 -0800 Subject: [PATCH] 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 8995b06d4..2b5aeb5c7 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;