mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +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;
|
||||
overflow: hide;
|
||||
margin: 0px;
|
||||
z-index: 1;
|
||||
}
|
||||
#demo-server-info.show {
|
||||
max-height: 45vh;
|
||||
|
Loading…
x
Reference in New Issue
Block a user