src/assets/css/main.scss
@@ -40,6 +40,19 @@ height: 100%; } html::-webkit-scrollbar { width: 8px; } html::-webkit-scrollbar-thumb { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); background: rgba(0, 0, 0, 0.13); } html::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(0, 0, 0, 0); } input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] { -webkit-appearance: none; }