mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
Merge pull request #171 from teaxyz/bugfix-search-popup
#161 fix popup search result overlapping on other elements
This commit is contained in:
commit
27e4a64d23
1 changed files with 4 additions and 1 deletions
|
@ -128,10 +128,13 @@
|
|||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
padding: 36px;
|
||||
opacity: 0%;
|
||||
overflow: hidden;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
section.show {
|
||||
padding: 36px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue