Fix search input extra scrollbar in Firefox

This commit is contained in:
Arnaud Pichon 2018-07-23 20:00:11 +02:00 committed by GitHub
parent 8e7bbbe20b
commit 3b5c88a1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
top: 0; top: 0;
display: flex; display: flex;
align-items: center; align-items: center;
overflow: auto; overflow: hidden;
min-width: 44rem; min-width: 44rem;
height: 6rem; height: 6rem;
padding-right: 20px; padding-right: 20px;