mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 06:40:42 +00:00
Fix search input extra scrollbar in Firefox
This commit is contained in:
parent
8e7bbbe20b
commit
3b5c88a1ed
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user