Remove scrollbars from the new search bar

This commit is contained in:
Ben Gotow 2018-07-05 00:33:14 -05:00
parent 4f13589051
commit ac3d8012ad

View file

@ -95,6 +95,9 @@
overflow-x: scroll;
white-space: nowrap;
&::-webkit-scrollbar {
display: none;
}
.layer {
top: 0;
left: 0;