Fix search bar icon conflicting in webkit and make backlog scroll bar thin

Signed-off-by: Egor Savkin <es@m-labs.hk>
pull/128/head
Egor Savkin 2024-02-28 16:40:48 +08:00
parent 1cb9c90c65
commit 839d7c6612
1 changed files with 6 additions and 1 deletions

View File

@ -73,6 +73,10 @@ button {
overflow-x: hidden;
position: relative;
max-width: max(1/4 * 100%, 310px);
scrollbar-width: thin;
scrollbar-gutter: stable;
scrollbar-color: #6e7e87 transparent;
scrollbar-arrow-color: transparent;
/*padding-bottom: 4rem!important;*/
.gradient-bottom {
@ -207,9 +211,10 @@ button {
color: white;
border-radius: 2rem;
background: rgba(255, 255, 255, 0.15) url("/images/shop/icon-search.svg") no-repeat;
background-position: right 2% center;
background-position: left 2% center;
background-size: 20px;
padding-right: 1rem;
text-indent: 20px;
&::placeholder {
color: white;