diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index 599d048..d2b96c8 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -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;