Commit b29aee2f authored by Clement Ho's avatar Clement Ho

Merge branch 'filter-search-scrollbar' into 'master'

don't show scrollbar on search field unless necessary

See merge request !9880
parents b7123a8f 167e4a30
......@@ -144,7 +144,7 @@
.scroll-container {
display: -webkit-flex;
display: flex;
overflow-x: scroll;
overflow-x: auto;
white-space: nowrap;
width: 100%;
}
......
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