Fix autocomplete appearing behind resize gutters
This commit is contained in:
parent
afd505b8fe
commit
b8491e25dc
|
@ -73,7 +73,7 @@ html, body {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
z-index: 9;
|
||||
border: 0px solid transparent;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue