Fix lint issue (#1624)

As the lint fails on dev Travis marks the build as failing for all new PRs, this fixes that.
old
Rasmus Eneman 2017-09-01 17:54:15 +02:00 committed by Javi Velasco
parent 4ca6747bfc
commit 6d43f884fd
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@
& .suggestions {
box-shadow: var(--zdepth-shadow-1);
max-height: var(--autocomplete-overflow-max-height);
-ms-overflow-style: none;
visibility: visible;
-ms-overflow-style:none;
}
}
}