Commit 5fbb14d5 authored by liuchuzhang's avatar liuchuzhang Committed by Jiewei Qian

Autocomplete: update style (#13762)

fix regression introduced in pr #13266, where popper arrow is hidden
parent 4f93968d
......@@ -15,14 +15,13 @@
box-shadow: $--box-shadow-light;
border-radius: $--border-radius-base;
border: 1px solid $--border-color-light;
overflow: hidden;
box-sizing: border-box;
background-color: $--color-white;
@include e(wrap) {
max-height: 280px;
padding: 10px 0;
box-sizing: border-box;
background-color: $--color-white;
}
@include e(list) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment