mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
#161 fix popup search result overlapping on other elements
This commit is contained in:
parent
afd47a7c1b
commit
815557fae2
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue