Fix autocomplete appearing behind resize gutters

This commit is contained in:
David Evans 2018-01-16 21:09:36 +00:00
parent afd505b8fe
commit b8491e25dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}