mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
[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:
parent
125fc79d47
commit
c44101e2cb
@ -11,6 +11,7 @@
|
|||||||
border-top: 2px solid gray;
|
border-top: 2px solid gray;
|
||||||
overflow: hide;
|
overflow: hide;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#demo-server-info.show {
|
#demo-server-info.show {
|
||||||
max-height: 45vh;
|
max-height: 45vh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user