[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
This commit is contained in:
Hawk Ticehurst 2024-01-17 09:45:23 -08:00 committed by GitHub
parent 125fc79d47
commit c44101e2cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
border-top: 2px solid gray;
overflow: hide;
margin: 0px;
z-index: 1;
}
#demo-server-info.show {
max-height: 45vh;