#161 fix popup search result overlapping on other elements

This commit is contained in:
neil 2023-01-22 20:46:53 +08:00
parent afd47a7c1b
commit 815557fae2

View file

@ -128,10 +128,13 @@
right: 0; right: 0;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;
padding: 36px;
opacity: 0%; opacity: 0%;
overflow: hidden; overflow: hidden;
height: 0px; height: 0px;
}
section.show {
padding: 36px;
z-index: 10; z-index: 10;
} }